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

All Implemented Interfaces:
    DoubleCollection

Direct Known Subclasses:
    ListDoubleList, AbstractListDoubleList, NonSerializableCollectionDoubleCollection, CollectionDoubleCollection, NonSerializableListDoubleList

Constructor:
 protected AbstractCollectionDoubleCollection() 
Method from org.apache.commons.collections.primitives.adapters.AbstractCollectionDoubleCollection Summary:
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.AbstractCollectionDoubleCollection Detail:
 public boolean add(double element) 
 public boolean addAll(DoubleCollection c) 
 public  void clear() 
 public boolean contains(double element) 
 public boolean containsAll(DoubleCollection c) 
 abstract protected Collection getCollection()
 public boolean isEmpty() 
 public DoubleIterator iterator() 
 public boolean removeAll(DoubleCollection c) 
 public boolean removeElement(double element) 
 public boolean retainAll(DoubleCollection c) 
 public int size() 
 public double[] toArray() 
 public double[] toArray(double[] dest) 
 public String toString()