E - the element typepublic class ChainSetImpl<E> extends ChainCollectionImpl<E,ChainSetImpl<E>> implements java.util.Set<E>
collection| Constructor and Description |
|---|
ChainSetImpl()
Instantiates a new chain map impl, work same as HashMap.
|
ChainSetImpl(java.util.Set<E> collection)
Instantiates a new chain map impl with map argu.
|
add, addAll, addAllChain, addChain, addChain, clear, contains, containsAll, equals, forEach, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArrayclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitpublic ChainSetImpl()
public ChainSetImpl(java.util.Set<E> collection)
collection - the collection