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

All Implemented Interfaces:
    Collection

Direct Known Subclasses:
    NonSerializableShortListList, ShortListList, AbstractShortListList, NonSerializableShortCollectionCollection, ShortCollectionCollection

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