Serializable, Iterable<E>, Collection<E>, Set<E>public class IdentityHashSet<E> extends MapBackedSet<E>
IdentityHashMap-backed Set.map| Constructor | Description |
|---|---|
IdentityHashSet() |
|
IdentityHashSet(int expectedMaxSize) |
|
IdentityHashSet(Collection<E> c) |
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringequals, hashCode, removeAllparallelStream, removeIf, streamadd, clear, contains, iterator, remove, sizeclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArraypublic IdentityHashSet()
public IdentityHashSet(int expectedMaxSize)
public IdentityHashSet(Collection<E> c)
Copyright © 2004–2018 Apache MINA Project. All rights reserved.