CopyOnWriteArrayList (OpenJPA 0.9.7-incubating API) function windowTitle() { parent.document.title="CopyOnWriteArrayList (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 CopyOnWriteArrayList java.lang.Object org.apache.openjpa.lib.util.concurrent.CopyOnWriteArrayList All Implemented Interfaces: Serializable, Cloneable, Iterable, Collection, List public class CopyOnWriteArrayListextends Objectimplements List, Cloneable, Serializable See Also:Serialized Form Constructor Summary CopyOnWriteArrayList()             CopyOnWriteArrayList(Collection c)             CopyOnWriteArrayList(Object[] array)               Method Summary  void add(int index, Object element)              boolean add(Object o)              boolean addAll(Collection c)              boolean addAll(int index, Collection c)              int addAllAbsent(Collection c)              boolean addIfAbsent(Object o)              void clear()              Object clone()              boolean contains(Object o)              boolean containsAll(Collection c)              boolean equals(Object o)              Object get(int index)              int hashCode()              int indexOf(Object o)              int indexOf(Object o, int index)              boolean isEmpty()              Iterator iterator()              int lastIndexOf(Object o)              int lastIndexOf(Object o, int index)              ListIterator listIterator()              ListIterator listIterator(int index)              Object remove(int index)              boolean remove(Object o)              boolean removeAll(Collection c)              boolean retainAll(Collection c)              Object set(int index, Object element)              int size()              List subList(int fromIndex, int toIndex)              Object[] toArray()              Object[] toArray(Object[] a)              String toString()               Methods inherited from class java.lang.Object finalize, getClass, notify, notifyAll, wait, wait, wait   Constructor Detail CopyOnWriteArrayList public CopyOnWriteArrayList() CopyOnWriteArrayList public CopyOnWriteArrayList(Collection c) CopyOnWriteArrayList public CopyOnWriteArrayList(Object[] array) Method Detail size public int size() Specified by:size in interface CollectionSpecified by:size in interface List isEmpty public boolean isEmpty() Specified by:isEmpty in interface CollectionSpecified by:isEmpty in interface List contains public boolean contains(Object o) Specified by:contains in interface CollectionSpecified by:contains in interface List iterator public Iterator iterator() Specified by:iterator in interface IterableSpecified by:iterator in interface CollectionSpecified by:iterator in interface List toArray public Object[] toArray() Specified by:toArray in interface CollectionSpecified by:toArray in interface List toArray public Object[] toArray(Object[] a) Specified by:toArray in interface CollectionSpecified by:toArray in interface List add public boolean add(Object o) Specified by:add in interface CollectionSpecified by:add in interface List addIfAbsent public boolean addIfAbsent(Object o) addAllAbsent public int addAllAbsent(Collection c) remove public boolean remove(Object o) Specified by:remove in interface CollectionSpecified by:remove in interface List containsAll public boolean containsAll(Collection c) Specified by:containsAll in interface CollectionSpecified by:containsAll in interface List addAll public boolean addAll(Collection c) Specified by:addAll in interface CollectionSpecified by:addAll in interface List addAll public boolean addAll(int index, Collection c) Specified by:addAll in interface List removeAll public boolean removeAll(Collection c) Specified by:removeAll in interface CollectionSpecified by:removeAll in interface List retainAll public boolean retainAll(Collection c) Specified by:retainAll in interface CollectionSpecified by:retainAll in interface List clear public void clear() Specified by:clear in interface CollectionSpecified by:clear in interface List clone public Object clone() Overrides:clone in class Object equals public boolean equals(Object o) Specified by:equals in interface CollectionSpecified by:equals in interface ListOverrides:equals in class Object hashCode public int hashCode() Specified by:hashCode in interface CollectionSpecified by:hashCode in interface ListOverrides:hashCode in class Object get public Object get(int index) Specified by:get in interface List set public Object set(int index, Object element) Specified by:set in interface List add public void add(int index, Object element) Specified by:add in interface List remove public Object remove(int index) Specified by:remove in interface List indexOf public int indexOf(Object o) Specified by:indexOf in interface List indexOf public int indexOf(Object o, int index) lastIndexOf public int lastIndexOf(Object o) Specified by:lastIndexOf in interface List lastIndexOf public int lastIndexOf(Object o, int index) listIterator public ListIterator listIterator() Specified by:listIterator in interface List listIterator public ListIterator listIterator(int index) Specified by:listIterator in interface List subList public List subList(int fromIndex, int toIndex) Specified by:subList in interface List toString public String toString() Overrides:toString 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.