All Known Implementing Classes:
BaseUnmodifiableDoubleList, RandomAccessDoubleSubList, ListDoubleList, AbstractListDoubleList, InvocationCounter, InvocationCounter, DoubleCollectionImpl, BaseProxyDoubleList, AbstractRandomAccessDoubleListImpl, NonSerializableCollectionDoubleCollection, UnmodifiableDoubleList, AbstractCollectionDoubleCollection, DoubleList, AbstractDoubleCollection, RandomAccessDoubleList, ArrayDoubleList, BaseProxyDoubleCollection, CollectionDoubleCollection, NonSerializableListDoubleList, NonSerializableUnmodifiableDoubleList
double values.Commons - Primitives 1.0$ - Revision: 1.3 $ $Date: 2003/10/16 20:49:36 $Rodney - Waldhoff| Method from org.apache.commons.collections.primitives.DoubleCollection Summary: |
|---|
| add, addAll, clear, contains, containsAll, isEmpty, iterator, removeAll, removeElement, retainAll, size, toArray, toArray |
| Method from org.apache.commons.collections.primitives.DoubleCollection Detail: |
|---|
true
iff I changed as a result of this call.
If a collection refuses to add the specified
element for any reason other than that it already contains
the element, it must throw an exception (rather than
simply returning false). This preserves the invariant
that a collection always contains the specified element after
this call returns. |
|
|
true iff I contain
the specified element. |
true iff I contain
all of the elements in the given collection. |
true iff I contain no elements. |
|
|
|
|
|
|
|