This class consists exclusively of static methods that operate on or
return DoubleCollections.
The methods of this class all throw a NullPoDoubleerException if the
provided collection is null.
version: $Revision: 1.1 $ $Date: 2003/10/29 19:39:12 $ author: Rodney Waldhoff
Returns an unmodifiable DoubleIterator containing only the specified element.
Parameters: value - the single value an unmodifiable DoubleIterator containing only the specified element.
singletonDoubleList
public static DoubleList singletonDoubleList(double value)(Code)
Returns an unmodifiable DoubleList containing only the specified element.
Parameters: value - the single value an unmodifiable DoubleList containing only the specified element.
Returns an unmodifiable DoubleListIterator containing only the specified element.
Parameters: value - the single value an unmodifiable DoubleListIterator containing only the specified element.
Returns an unmodifiable version of the given non-null DoubleIterator.
Parameters: iter - the non-null DoubleIterator to wrap in an unmodifiable decorator an unmodifiable version of the given non-null DoubleIterator throws: NullPoDoubleerException - if the given DoubleIterator is null See Also:org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleIterator.wrap
Returns an unmodifiable version of the given non-null DoubleList.
Parameters: list - the non-null DoubleList to wrap in an unmodifiable decorator an unmodifiable version of the given non-null DoubleList throws: NullPoDoubleerException - if the given DoubleList is null See Also:org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleList.wrap
Returns an unmodifiable version of the given non-null DoubleListIterator.
Parameters: iter - the non-null DoubleListIterator to wrap in an unmodifiable decorator an unmodifiable version of the given non-null DoubleListIterator throws: NullPoDoubleerException - if the given DoubleListIterator is null See Also:org.apache.commons.collections.primitives.decorators.UnmodifiableDoubleListIterator.wrap