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

All Implemented Interfaces:
    List, Collection

Direct Known Subclasses:
    NonSerializableShortListList, ShortListList

Method from org.apache.commons.collections.primitives.adapters.AbstractShortListList Summary:
add,   addAll,   equals,   get,   getShortCollection,   getShortList,   hashCode,   indexOf,   lastIndexOf,   listIterator,   listIterator,   remove,   set,   subList
Methods from org.apache.commons.collections.primitives.adapters.AbstractShortCollectionCollection:
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.AbstractShortListList Detail:
 public  void add(int index,
    Object element) 
 public boolean addAll(int index,
    Collection c) 
 public boolean equals(Object obj) 
 public Object get(int index) 
 protected final ShortCollection getShortCollection() 
 abstract protected ShortList getShortList()
 public int hashCode() 
 public int indexOf(Object element) 
 public int lastIndexOf(Object element) 
 public ListIterator listIterator() 
 public ListIterator listIterator(int index) 
 public Object remove(int index) 
 public Object set(int index,
    Object element) 
 public List subList(int fromIndex,
    int toIndex)