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

All Implemented Interfaces:
    DoubleList, DoubleCollection

Direct Known Subclasses:
    ListDoubleList, NonSerializableListDoubleList

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