Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » adapters » [javadoc | source]
org.apache.commons.collections.primitives.adapters
abstract class: AbstractLongCollectionCollection [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.adapters.AbstractLongCollectionCollection

All Implemented Interfaces:
    Collection

Direct Known Subclasses:
    LongCollectionCollection, NonSerializableLongListList, LongListList, NonSerializableLongCollectionCollection, AbstractLongListList

Method from org.apache.commons.collections.primitives.adapters.AbstractLongCollectionCollection Summary:
add,   addAll,   clear,   contains,   containsAll,   getLongCollection,   isEmpty,   iterator,   remove,   removeAll,   retainAll,   size,   toArray,   toArray,   toString
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.collections.primitives.adapters.AbstractLongCollectionCollection Detail:
 public boolean add(Object element) 
 public boolean addAll(Collection c) 
 public  void clear() 
 public boolean contains(Object element) 
 public boolean containsAll(Collection c) 
 abstract protected LongCollection getLongCollection()
 public boolean isEmpty() 
 public Iterator iterator() 
 public boolean remove(Object element) 
 public boolean removeAll(Collection c) 
 public boolean retainAll(Collection c) 
 public int size() 
 public Object[] toArray() 
 public Object[] toArray(Object[] A) 
 public String toString()