public class DefaultSetState<T> extends AbstractCollectionState<SetState<T>,Set<T>,T> implements SetState<T>
collection| Constructor and Description |
|---|
DefaultSetState() |
| Modifier and Type | Method and Description |
|---|---|
protected Set<T> |
createCollection()
Creates the collection.
|
add, addAll, clear, contains, containsAll, init, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArrayclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, addAll, clear, contains, containsAll, init, isEmpty, remove, removeAll, retainAll, sizeadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected Set<T> createCollection()
AbstractCollectionStatecreateCollection in class AbstractCollectionState<SetState<T>,Set<T>,T>Copyright © 2013-2015. All Rights Reserved.