public class VersionedHashSet<E> extends HashSet<E>
| Constructor and Description |
|---|
VersionedHashSet() |
VersionedHashSet(Collection<? extends E> c) |
VersionedHashSet(int initialCapacity) |
VersionedHashSet(int initialCapacity,
float loadFactor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(E e) |
Iterator<E> |
iterator() |
boolean |
remove(Object o) |
long |
version() |
equals, hashCode, removeAlladdAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitaddAll, containsAll, equals, hashCode, removeAll, retainAll, toArray, toArrayparallelStream, removeIf, streampublic VersionedHashSet()
public VersionedHashSet(Collection<? extends E> c)
public VersionedHashSet(int initialCapacity,
float loadFactor)
public VersionedHashSet(int initialCapacity)
Copyright © 2011–2018 Eclipse Foundation. All rights reserved.