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

All Implemented Interfaces:
    List, Collection

Direct Known Subclasses:
    DoubleListList, NonSerializableDoubleListList

Method from org.apache.commons.collections.primitives.adapters.AbstractDoubleListList Summary:
add,   addAll,   equals,   get,   getDoubleCollection,   getDoubleList,   hashCode,   indexOf,   lastIndexOf,   listIterator,   listIterator,   remove,   set,   subList
Methods from org.apache.commons.collections.primitives.adapters.AbstractDoubleCollectionCollection:
add,   addAll,   clear,   contains,   containsAll,   getDoubleCollection,   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.AbstractDoubleListList 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 DoubleCollection getDoubleCollection() 
 abstract protected DoubleList getDoubleList()
 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)