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 |
LongListIterator
A bi-directional iterator over
long values. |
Modifier and Type | Class and Description |
---|---|
protected static class |
RandomAccessLongList.RandomAccessLongListIterator |
Modifier and Type | Field and Description |
---|---|
static LongIterator |
LongCollections.EMPTY_LONG_ITERATOR
An unmodifiable, empty LongIterator
|
Modifier and Type | Method and Description |
---|---|
static LongIterator |
LongCollections.getEmptyLongIterator()
Returns an unmodifiable, empty LongIterator
|
LongIterator |
LongCollection.iterator()
Returns an
iterator over all my elements. |
LongIterator |
LongList.iterator()
Returns an
iterator over all my elements,
in the appropriate sequence. |
abstract LongIterator |
AbstractLongCollection.iterator() |
LongIterator |
RandomAccessLongList.iterator() |
static LongIterator |
LongCollections.singletonLongIterator(long value)
Returns an unmodifiable LongIterator containing only the specified element.
|
static LongIterator |
LongCollections.unmodifiableLongIterator(LongIterator iter)
Returns an unmodifiable version of the given non-null LongIterator.
|
Modifier and Type | Method and Description |
---|---|
static LongIterator |
LongCollections.unmodifiableLongIterator(LongIterator iter)
Returns an unmodifiable version of the given non-null LongIterator.
|
Modifier and Type | Class and Description |
---|---|
class |
IteratorLongIterator
|
class |
ListIteratorLongListIterator
|
Modifier and Type | Method and Description |
---|---|
static LongIterator |
Adapt.toLongIterator(Iterator c) |
static LongIterator |
IteratorLongIterator.wrap(Iterator iterator)
Create an
LongIterator wrapping
the specified Iterator . |
Modifier and Type | Method and Description |
---|---|
static Iterator |
Adapt.toIterator(LongIterator c) |
static Iterator |
LongIteratorIterator.wrap(LongIterator iterator)
Create an
Iterator wrapping
the specified LongIterator . |
Constructor and Description |
---|
LongIteratorIterator(LongIterator iterator)
Creates an
Iterator wrapping
the specified LongIterator . |
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableLongIterator |
class |
UnmodifiableLongListIterator |
Modifier and Type | Method and Description |
---|---|
protected LongIterator |
UnmodifiableLongIterator.getIterator() |
static LongIterator |
UnmodifiableLongIterator.wrap(LongIterator iterator) |
Modifier and Type | Method and Description |
---|---|
static LongIterator |
UnmodifiableLongIterator.wrap(LongIterator iterator) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.