Liferay 6.2-ce-ga5

com.liferay.portal.kernel.concurrent
Class ConcurrentHashSet<E>

java.lang.Object
  extended by java.util.AbstractCollection<E>
      extended by java.util.AbstractSet<E>
          extended by com.liferay.portal.kernel.util.MapBackedSet<E>
              extended by com.liferay.portal.kernel.concurrent.ConcurrentHashSet<E>
All Implemented Interfaces:
Serializable, Iterable<E>, Collection<E>, Set<E>
Direct Known Subclasses:
ConcurrentHashSet

public class ConcurrentHashSet<E>
extends MapBackedSet<E>

See Also:
Serialized Form

Constructor Summary
ConcurrentHashSet()
           
ConcurrentHashSet(int capacity)
           
ConcurrentHashSet(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

ConcurrentHashSet

public ConcurrentHashSet()

ConcurrentHashSet

public ConcurrentHashSet(int capacity)

ConcurrentHashSet

public ConcurrentHashSet(Set<E> set)

Liferay 6.2-ce-ga5