T - The element type of the set projection.protected static class AgentBuilder.RedefinitionStrategy.ResubmissionStrategy.Enabled.ResubmissionListener.ConcurrentHashSet<T> extends AbstractSet<T>
ConcurrentHashMap.| Modifier | Constructor and Description |
|---|---|
protected |
ConcurrentHashSet()
Creates a concurrent hash set.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(T value) |
Iterator<T> |
iterator() |
boolean |
remove(Object value) |
int |
size() |
equals, hashCode, removeAlladdAll, clear, contains, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, clear, contains, containsAll, isEmpty, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic boolean add(T value)
add in interface Collection<T>add in interface Set<T>add in class AbstractCollection<T>public boolean remove(Object value)
remove in interface Collection<T>remove in interface Set<T>remove in class AbstractCollection<T>public int size()
size in interface Collection<T>size in interface Set<T>size in class AbstractCollection<T>Copyright © 2014–2019. All rights reserved.