ObjectReader.IdentityHashSet¶
-
static class
IdentityHashSet<T> implements Set<T>¶ IdentityHashMap-backed set.
Parameters: - <T> – The element type.
Methods¶
addAll¶
-
public boolean
addAll(Collection<? extends T> parCollection)¶
containsAll¶
-
public boolean
containsAll(Collection<?> parCollection)¶
removeAll¶
-
public boolean
removeAll(Collection<?> parCollection)¶
retainAll¶
-
public boolean
retainAll(Collection<?> parCollection)¶