public class IdentityHashSet<E> extends MapBackedSet<E>
IdentityHashMap-backed Set.map| Constructor and Description |
|---|
IdentityHashSet() |
IdentityHashSet(Collection<E> c) |
IdentityHashSet(int expectedMaxSize) |
add, clear, contains, iterator, remove, sizeequals, hashCode, removeAlladdAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic IdentityHashSet()
public IdentityHashSet(int expectedMaxSize)
public IdentityHashSet(Collection<E> c)
Copyright © 2004–2017 Apache MINA Project. All rights reserved.