org.apache.commons.collections.primitives
public final class FloatCollections extends Object
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 $
Field Summary | |
---|---|
static FloatIterator | EMPTY_FLOAT_ITERATOR
An unmodifiable, empty FloatIterator |
static FloatList | EMPTY_FLOAT_LIST
An unmodifiable, empty FloatList |
static FloatListIterator | EMPTY_FLOAT_LIST_ITERATOR
An unmodifiable, empty FloatListIterator |
Method Summary | |
---|---|
static FloatIterator | getEmptyFloatIterator()
Returns an unmodifiable, empty FloatIterator |
static FloatList | getEmptyFloatList()
Returns an unmodifiable, empty FloatList. |
static FloatListIterator | getEmptyFloatListIterator()
Returns an unmodifiable, empty FloatListIterator |
static FloatIterator | singletonFloatIterator(float value)
Returns an unmodifiable FloatIterator containing only the specified element. |
static FloatList | singletonFloatList(float value)
Returns an unmodifiable FloatList containing only the specified element. |
static FloatListIterator | singletonFloatListIterator(float value)
Returns an unmodifiable FloatListIterator containing only the specified element. |
static FloatIterator | unmodifiableFloatIterator(FloatIterator iter)
Returns an unmodifiable version of the given non-null FloatIterator. |
static FloatList | unmodifiableFloatList(FloatList list)
Returns an unmodifiable version of the given non-null FloatList. |
static FloatListIterator | unmodifiableFloatListIterator(FloatListIterator iter)
Returns an unmodifiable version of the given non-null FloatListIterator. |
See Also: FloatCollections
See Also: FloatCollections
See Also: FloatCollections
Returns: an unmodifiable, empty FloatIterator.
See Also: EMPTY_FLOAT_ITERATOR
Returns: an unmodifiable, empty FloatList.
See Also: EMPTY_FLOAT_LIST
Returns: an unmodifiable, empty FloatListIterator.
See Also: EMPTY_FLOAT_LIST_ITERATOR
Parameters: value the single value
Returns: an unmodifiable FloatIterator containing only the specified element.
Parameters: value the single value
Returns: an unmodifiable FloatList containing only the specified element.
Parameters: value the single value
Returns: an unmodifiable FloatListIterator containing only the specified element.
Parameters: iter the non-null FloatIterator to wrap in an unmodifiable decorator
Returns: an unmodifiable version of the given non-null FloatIterator
Throws: NullPoFloaterException if the given FloatIterator is null
See Also: UnmodifiableFloatIterator
Parameters: list the non-null FloatList to wrap in an unmodifiable decorator
Returns: an unmodifiable version of the given non-null FloatList
Throws: NullPoFloaterException if the given FloatList is null
See Also: UnmodifiableFloatList
Parameters: iter the non-null FloatListIterator to wrap in an unmodifiable decorator
Returns: an unmodifiable version of the given non-null FloatListIterator
Throws: NullPoFloaterException if the given FloatListIterator is null
See Also: UnmodifiableFloatListIterator