ConcurrentHashSet (OpenJPA 0.9.7-incubating API) function windowTitle() { parent.document.title="ConcurrentHashSet (OpenJPA 0.9.7-incubating API)"; } Overview  Package   Class  Use  Tree  Deprecated  Index  Help   PREV CLASS   NEXT CLASS FRAMES    NO FRAMES     All Classes'); } //-- All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD org.apache.openjpa.lib.util.concurrent Class ConcurrentHashSet java.lang.Object org.apache.openjpa.lib.util.concurrent.ConcurrentHashSet All Implemented Interfaces: Serializable, Iterable, Collection, Set public class ConcurrentHashSetextends Objectimplements Set, Serializable A concurrent set. Author: Abe White See Also:Serialized Form Constructor Summary ConcurrentHashSet()           Construct a set with the given reference type.   Method Summary  boolean add(Object obj)              boolean addAll(Collection coll)              void clear()              boolean contains(Object obj)              boolean containsAll(Collection coll)              boolean equals(Object obj)              int hashCode()              boolean isEmpty()              Iterator iterator()              boolean remove(Object obj)              boolean removeAll(Collection coll)              boolean retainAll(Collection coll)              int size()              Object[] toArray()              Object[] toArray(Object[] arr)               Methods inherited from class java.lang.Object clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait   Constructor Detail ConcurrentHashSet public ConcurrentHashSet() Construct a set with the given reference type. Method Detail add public boolean add(Object obj) Specified by:add in interface CollectionSpecified by:add in interface Set addAll public boolean addAll(Collection coll) Specified by:addAll in interface CollectionSpecified by:addAll in interface Set clear public void clear() Specified by:clear in interface CollectionSpecified by:clear in interface Set contains public boolean contains(Object obj) Specified by:contains in interface CollectionSpecified by:contains in interface Set containsAll public boolean containsAll(Collection coll) Specified by:containsAll in interface CollectionSpecified by:containsAll in interface Set isEmpty public boolean isEmpty() Specified by:isEmpty in interface CollectionSpecified by:isEmpty in interface Set iterator public Iterator iterator() Specified by:iterator in interface IterableSpecified by:iterator in interface CollectionSpecified by:iterator in interface Set remove public boolean remove(Object obj) Specified by:remove in interface CollectionSpecified by:remove in interface Set removeAll public boolean removeAll(Collection coll) Specified by:removeAll in interface CollectionSpecified by:removeAll in interface Set retainAll public boolean retainAll(Collection coll) Specified by:retainAll in interface CollectionSpecified by:retainAll in interface Set size public int size() Specified by:size in interface CollectionSpecified by:size in interface Set toArray public Object[] toArray() Specified by:toArray in interface CollectionSpecified by:toArray in interface Set toArray public Object[] toArray(Object[] arr) Specified by:toArray in interface CollectionSpecified by:toArray in interface Set hashCode public int hashCode() Specified by:hashCode in interface CollectionSpecified by:hashCode in interface SetOverrides:hashCode in class Object equals public boolean equals(Object obj) Specified by:equals in interface CollectionSpecified by:equals in interface SetOverrides:equals in class Object Overview  Package   Class  Use  Tree  Deprecated  Index  Help   PREV CLASS   NEXT CLASS FRAMES    NO FRAMES     All Classes'); } //-- All Classes SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD Copyright © 2006-2007 Apache Software Foundation. All Rights Reserved.