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, toString
equals, hashCode, removeAll
parallelStream, removeIf, stream
add, clear, contains, iterator, remove, size
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
public IdentityHashSet()
public IdentityHashSet(int expectedMaxSize)
public IdentityHashSet(Collection<E> c)
Copyright © 2004–2018 Apache MINA Project. All rights reserved.