public class XmlSet extends AbstractSet
| Constructor and Description |
|---|
XmlSet(PersistenceStrategy persistenceStrategy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(Object o) |
Iterator |
iterator() |
int |
size() |
equals, hashCode, removeAlladdAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toStringpublic XmlSet(PersistenceStrategy persistenceStrategy)
public Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface Setiterator in class AbstractCollectionpublic int size()
size in interface Collectionsize in interface Setsize in class AbstractCollectionpublic boolean add(Object o)
add in interface Collectionadd in interface Setadd in class AbstractCollectionCopyright © 2004-2014 XStream. All Rights Reserved.