Package | Description |
---|---|
org.apache.commons.collections.primitives |
Collections of primitive values.
|
org.apache.commons.collections.primitives.adapters |
Adapters for converting between the
primitive and object based versions of the
collections framework.
|
org.apache.commons.collections.primitives.decorators |
Decorators of primitive collections.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FloatListIterator
A bi-directional iterator over
float values. |
Modifier and Type | Class and Description |
---|---|
protected static class |
RandomAccessFloatList.RandomAccessFloatListIterator |
Modifier and Type | Field and Description |
---|---|
static FloatIterator |
FloatCollections.EMPTY_FLOAT_ITERATOR
An unmodifiable, empty FloatIterator
|
Modifier and Type | Method and Description |
---|---|
static FloatIterator |
FloatCollections.getEmptyFloatIterator()
Returns an unmodifiable, empty FloatIterator
|
FloatIterator |
RandomAccessFloatList.iterator() |
FloatIterator |
FloatList.iterator()
Returns an
iterator over all my elements,
in the appropriate sequence. |
FloatIterator |
FloatCollection.iterator()
Returns an
iterator over all my elements. |
abstract FloatIterator |
AbstractFloatCollection.iterator() |
static FloatIterator |
FloatCollections.singletonFloatIterator(float value)
Returns an unmodifiable FloatIterator containing only the specified element.
|
static FloatIterator |
FloatCollections.unmodifiableFloatIterator(FloatIterator iter)
Returns an unmodifiable version of the given non-null FloatIterator.
|
Modifier and Type | Method and Description |
---|---|
static FloatIterator |
FloatCollections.unmodifiableFloatIterator(FloatIterator iter)
Returns an unmodifiable version of the given non-null FloatIterator.
|
Modifier and Type | Class and Description |
---|---|
class |
IteratorFloatIterator
|
class |
ListIteratorFloatListIterator
|
Modifier and Type | Method and Description |
---|---|
static FloatIterator |
Adapt.toFloatIterator(Iterator c) |
static FloatIterator |
IteratorFloatIterator.wrap(Iterator iterator)
Create an
FloatIterator wrapping
the specified Iterator . |
Modifier and Type | Method and Description |
---|---|
static Iterator |
Adapt.toIterator(FloatIterator c) |
static Iterator |
FloatIteratorIterator.wrap(FloatIterator iterator)
Create an
Iterator wrapping
the specified FloatIterator . |
Constructor and Description |
---|
FloatIteratorIterator(FloatIterator iterator)
Creates an
Iterator wrapping
the specified FloatIterator . |
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableFloatIterator |
class |
UnmodifiableFloatListIterator |
Modifier and Type | Method and Description |
---|---|
protected FloatIterator |
UnmodifiableFloatIterator.getIterator() |
static FloatIterator |
UnmodifiableFloatIterator.wrap(FloatIterator iterator) |
Modifier and Type | Method and Description |
---|---|
static FloatIterator |
UnmodifiableFloatIterator.wrap(FloatIterator iterator) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.