|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
org.apache.mina.util.MapBackedSet<E>
org.apache.mina.util.ConcurrentHashSet<E>
public class ConcurrentHashSet<E>
A ConcurrentHashMap
-backed Set
.
Field Summary |
---|
Fields inherited from class org.apache.mina.util.MapBackedSet |
---|
map |
Constructor Summary | |
---|---|
ConcurrentHashSet()
|
|
ConcurrentHashSet(java.util.Collection<E> c)
|
Method Summary | |
---|---|
boolean |
add(E o)
|
Methods inherited from class org.apache.mina.util.MapBackedSet |
---|
clear, contains, iterator, remove, size |
Methods inherited from class java.util.AbstractSet |
---|
equals, hashCode, removeAll |
Methods inherited from class java.util.AbstractCollection |
---|
addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
---|
addAll, containsAll, isEmpty, retainAll, toArray, toArray |
Constructor Detail |
---|
public ConcurrentHashSet()
public ConcurrentHashSet(java.util.Collection<E> c)
Method Detail |
---|
public boolean add(E o)
add
in interface java.util.Collection<E>
add
in interface java.util.Set<E>
add
in class MapBackedSet<E>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |