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, removeAll
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, clear, contains, containsAll, isEmpty, remove, retainAll, spliterator, toArray, toArray
parallelStream, removeIf, stream
public XmlSet(PersistenceStrategy persistenceStrategy)
public Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in interface Set
iterator
in class AbstractCollection
public int size()
size
in interface Collection
size
in interface Set
size
in class AbstractCollection
public boolean add(Object o)
add
in interface Collection
add
in interface Set
add
in class AbstractCollection
Copyright © 2004–2017 XStream. All rights reserved.