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

All Implemented Interfaces:
    List, Collection

Direct Known Subclasses:
    NonSerializableLongListList, LongListList

Method from org.apache.commons.collections.primitives.adapters.AbstractLongListList Summary:
add,   addAll,   equals,   get,   getLongCollection,   getLongList,   hashCode,   indexOf,   lastIndexOf,   listIterator,   listIterator,   remove,   set,   subList
Methods from org.apache.commons.collections.primitives.adapters.AbstractLongCollectionCollection:
add,   addAll,   clear,   contains,   containsAll,   getLongCollection,   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.AbstractLongListList 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 LongCollection getLongCollection() 
 abstract protected LongList getLongList()
 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)