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: AbstractIntCollectionCollection [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.adapters.AbstractIntCollectionCollection

All Implemented Interfaces:
    Collection

Direct Known Subclasses:
    NonSerializableIntListList, NonSerializableIntCollectionCollection, IntCollectionCollection, AbstractIntListList, IntListList

Method from org.apache.commons.collections.primitives.adapters.AbstractIntCollectionCollection Summary:
add,   addAll,   clear,   contains,   containsAll,   getIntCollection,   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.AbstractIntCollectionCollection 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 IntCollection getIntCollection()
 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()