This class consists exclusively of static methods that operate on or
return FloatCollections.
The methods of this class all throw a NullPoFloaterException if the
provided collection is null.
version: $Revision: 1.1 $ $Date: 2003/10/29 20:07:54 $ author: Rodney Waldhoff
Returns an unmodifiable FloatIterator containing only the specified element.
Parameters: value - the single value an unmodifiable FloatIterator containing only the specified element.
singletonFloatList
public static FloatList singletonFloatList(float value)(Code)
Returns an unmodifiable FloatList containing only the specified element.
Parameters: value - the single value an unmodifiable FloatList containing only the specified element.
Returns an unmodifiable FloatListIterator containing only the specified element.
Parameters: value - the single value an unmodifiable FloatListIterator containing only the specified element.
Returns an unmodifiable version of the given non-null FloatIterator.
Parameters: iter - the non-null FloatIterator to wrap in an unmodifiable decorator an unmodifiable version of the given non-null FloatIterator throws: NullPoFloaterException - if the given FloatIterator is null See Also:org.apache.commons.collections.primitives.decorators.UnmodifiableFloatIterator.wrap
Returns an unmodifiable version of the given non-null FloatList.
Parameters: list - the non-null FloatList to wrap in an unmodifiable decorator an unmodifiable version of the given non-null FloatList throws: NullPoFloaterException - if the given FloatList is null See Also:org.apache.commons.collections.primitives.decorators.UnmodifiableFloatList.wrap
Returns an unmodifiable version of the given non-null FloatListIterator.
Parameters: iter - the non-null FloatListIterator to wrap in an unmodifiable decorator an unmodifiable version of the given non-null FloatListIterator throws: NullPoFloaterException - if the given FloatListIterator is null See Also:org.apache.commons.collections.primitives.decorators.UnmodifiableFloatListIterator.wrap