Save This Page
Home » commons-collections-3.2.1-src » org.apache.commons » collections » primitives » decorators » [javadoc | source]
org.apache.commons.collections.primitives.decorators
abstract class: BaseProxyDoubleList [javadoc | source]
java.lang.Object
   org.apache.commons.collections.primitives.decorators.BaseProxyDoubleCollection
      org.apache.commons.collections.primitives.decorators.BaseProxyDoubleList

All Implemented Interfaces:
    DoubleList, DoubleCollection

Direct Known Subclasses:
    BaseUnmodifiableDoubleList, UnmodifiableDoubleList, NonSerializableUnmodifiableDoubleList

Constructor:
 protected BaseProxyDoubleList() 
Method from org.apache.commons.collections.primitives.decorators.BaseProxyDoubleList Summary:
add,   addAll,   get,   getProxiedCollection,   getProxiedList,   indexOf,   lastIndexOf,   listIterator,   listIterator,   removeElementAt,   set,   subList
Methods from org.apache.commons.collections.primitives.decorators.BaseProxyDoubleCollection:
add,   addAll,   clear,   contains,   containsAll,   equals,   getProxiedCollection,   hashCode,   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.decorators.BaseProxyDoubleList Detail:
 public  void add(int index,
    double element) 
 public boolean addAll(int index,
    DoubleCollection collection) 
 public double get(int index) 
 protected final DoubleCollection getProxiedCollection() 
 abstract protected DoubleList getProxiedList()
 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)