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

All Implemented Interfaces:
    ShortCollection

Direct Known Subclasses:
    AbstractListShortList, NonSerializableCollectionShortCollection, NonSerializableListShortList, CollectionShortCollection, ListShortList

Constructor:
 protected AbstractCollectionShortCollection() 
Method from org.apache.commons.collections.primitives.adapters.AbstractCollectionShortCollection Summary:
add,   addAll,   clear,   contains,   containsAll,   getCollection,   isEmpty,   iterator,   removeAll,   removeElement,   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.AbstractCollectionShortCollection Detail:
 public boolean add(short element) 
 public boolean addAll(ShortCollection c) 
 public  void clear() 
 public boolean contains(short element) 
 public boolean containsAll(ShortCollection c) 
 abstract protected Collection getCollection()
 public boolean isEmpty() 
 public ShortIterator iterator() 
 public boolean removeAll(ShortCollection c) 
 public boolean removeElement(short element) 
 public boolean retainAll(ShortCollection c) 
 public int size() 
 public short[] toArray() 
 public short[] toArray(short[] dest) 
 public String toString()