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, size
equals, hashCode, removeAll
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
public IdentityHashSet()
public IdentityHashSet(int expectedMaxSize)
public IdentityHashSet(Collection<E> c)
Copyright © 2004–2016 Apache MINA Project. All rights reserved.