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

All Implemented Interfaces:
    ShortList, ShortCollection

Direct Known Subclasses:
    NonSerializableListShortList, ListShortList

Method from org.apache.commons.collections.primitives.adapters.AbstractListShortList Summary:
add,   addAll,   equals,   get,   getCollection,   getList,   hashCode,   indexOf,   lastIndexOf,   listIterator,   listIterator,   removeElementAt,   set,   subList
Methods from org.apache.commons.collections.primitives.adapters.AbstractCollectionShortCollection:
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.AbstractListShortList Detail:
 public  void add(int index,
    short element) 
 public boolean addAll(int index,
    ShortCollection collection) 
 public boolean equals(Object obj) 
 public short get(int index) 
 protected final Collection getCollection() 
 abstract protected List getList()
 public int hashCode() 
 public int indexOf(short element) 
 public int lastIndexOf(short element) 
 public ShortListIterator listIterator() 
 public ShortListIterator listIterator(int index) 
 public short removeElementAt(int index) 
 public short set(int index,
    short element) 
 public ShortList subList(int fromIndex,
    int toIndex)