|
|||||||||
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>
com.liferay.portal.kernel.util.MapBackedSet<E>
com.liferay.portal.kernel.concurrent.ConcurrentHashSet<E>
public class ConcurrentHashSet<E>
Constructor Summary | |
---|---|
ConcurrentHashSet()
|
|
ConcurrentHashSet(int capacity)
|
|
ConcurrentHashSet(java.util.Set<E> set)
|
Method Summary |
---|
Methods inherited from class com.liferay.portal.kernel.util.MapBackedSet |
---|
add, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
Methods inherited from class java.util.AbstractCollection |
---|
addAll |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
---|
addAll |
Constructor Detail |
---|
public ConcurrentHashSet()
public ConcurrentHashSet(int capacity)
public ConcurrentHashSet(java.util.Set<E> set)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |