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

All Implemented Interfaces:
    LongList, LongCollection

Direct Known Subclasses:
    ListLongList, NonSerializableListLongList

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