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 |
DoubleListIterator
A bi-directional iterator over
double values. |
Modifier and Type | Class and Description |
---|---|
protected static class |
RandomAccessDoubleList.RandomAccessDoubleListIterator |
Modifier and Type | Field and Description |
---|---|
static DoubleIterator |
DoubleCollections.EMPTY_DOUBLE_ITERATOR
An unmodifiable, empty DoubleIterator
|
Modifier and Type | Method and Description |
---|---|
static DoubleIterator |
DoubleCollections.getEmptyDoubleIterator()
Returns an unmodifiable, empty DoubleIterator
|
DoubleIterator |
DoubleList.iterator()
Returns an
iterator over all my elements,
in the appropriate sequence. |
DoubleIterator |
DoubleCollection.iterator()
Returns an
iterator over all my elements. |
DoubleIterator |
RandomAccessDoubleList.iterator() |
abstract DoubleIterator |
AbstractDoubleCollection.iterator() |
static DoubleIterator |
DoubleCollections.singletonDoubleIterator(double value)
Returns an unmodifiable DoubleIterator containing only the specified element.
|
static DoubleIterator |
DoubleCollections.unmodifiableDoubleIterator(DoubleIterator iter)
Returns an unmodifiable version of the given non-null DoubleIterator.
|
Modifier and Type | Method and Description |
---|---|
static DoubleIterator |
DoubleCollections.unmodifiableDoubleIterator(DoubleIterator iter)
Returns an unmodifiable version of the given non-null DoubleIterator.
|
Modifier and Type | Class and Description |
---|---|
class |
IteratorDoubleIterator
|
class |
ListIteratorDoubleListIterator
|
Modifier and Type | Method and Description |
---|---|
static DoubleIterator |
Adapt.toDoubleIterator(Iterator c) |
static DoubleIterator |
IteratorDoubleIterator.wrap(Iterator iterator)
Create an
DoubleIterator wrapping
the specified Iterator . |
Modifier and Type | Method and Description |
---|---|
static Iterator |
Adapt.toIterator(DoubleIterator c) |
static Iterator |
DoubleIteratorIterator.wrap(DoubleIterator iterator)
Create an
Iterator wrapping
the specified DoubleIterator . |
Constructor and Description |
---|
DoubleIteratorIterator(DoubleIterator iterator)
Creates an
Iterator wrapping
the specified DoubleIterator . |
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableDoubleIterator |
class |
UnmodifiableDoubleListIterator |
Modifier and Type | Method and Description |
---|---|
protected DoubleIterator |
UnmodifiableDoubleIterator.getIterator() |
static DoubleIterator |
UnmodifiableDoubleIterator.wrap(DoubleIterator iterator) |
Modifier and Type | Method and Description |
---|---|
static DoubleIterator |
UnmodifiableDoubleIterator.wrap(DoubleIterator iterator) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.