|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongListIterator | |
---|---|
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. |
Uses of LongListIterator in org.apache.commons.collections.primitives |
---|
Classes in org.apache.commons.collections.primitives that implement LongListIterator | |
---|---|
protected static class |
RandomAccessLongList.RandomAccessLongListIterator
|
Fields in org.apache.commons.collections.primitives declared as LongListIterator | |
---|---|
static LongListIterator |
LongCollections.EMPTY_LONG_LIST_ITERATOR
An unmodifiable, empty LongListIterator |
Methods in org.apache.commons.collections.primitives that return LongListIterator | |
---|---|
static LongListIterator |
LongCollections.getEmptyLongListIterator()
Returns an unmodifiable, empty LongListIterator |
LongListIterator |
LongList.listIterator()
Returns a bidirectional iterator
over all my elements, in the appropriate sequence. |
LongListIterator |
RandomAccessLongList.listIterator()
|
LongListIterator |
LongList.listIterator(int index)
Returns a bidirectional iterator
over all my elements, in the appropriate sequence,
starting at the specified position. |
LongListIterator |
RandomAccessLongList.listIterator(int index)
|
static LongListIterator |
LongCollections.singletonLongListIterator(long value)
Returns an unmodifiable LongListIterator containing only the specified element. |
static LongListIterator |
LongCollections.unmodifiableLongListIterator(LongListIterator iter)
Returns an unmodifiable version of the given non-null LongListIterator. |
Methods in org.apache.commons.collections.primitives with parameters of type LongListIterator | |
---|---|
static LongListIterator |
LongCollections.unmodifiableLongListIterator(LongListIterator iter)
Returns an unmodifiable version of the given non-null LongListIterator. |
Uses of LongListIterator in org.apache.commons.collections.primitives.adapters |
---|
Classes in org.apache.commons.collections.primitives.adapters that implement LongListIterator | |
---|---|
class |
ListIteratorLongListIterator
Adapts a Number -valued ListIterator
to the LongListIterator interface. |
Methods in org.apache.commons.collections.primitives.adapters that return LongListIterator | |
---|---|
static LongListIterator |
Adapt.toLongListIterator(ListIterator c)
|
static LongListIterator |
ListIteratorLongListIterator.wrap(ListIterator iterator)
Create an LongListIterator wrapping
the specified ListIterator . |
Methods in org.apache.commons.collections.primitives.adapters with parameters of type LongListIterator | |
---|---|
static ListIterator |
Adapt.toListIterator(LongListIterator c)
|
static ListIterator |
LongListIteratorListIterator.wrap(LongListIterator iterator)
Create a ListIterator wrapping
the specified LongListIterator . |
Constructors in org.apache.commons.collections.primitives.adapters with parameters of type LongListIterator | |
---|---|
LongListIteratorListIterator(LongListIterator iterator)
Creates an ListIterator wrapping
the specified LongListIterator . |
Uses of LongListIterator in org.apache.commons.collections.primitives.decorators |
---|
Classes in org.apache.commons.collections.primitives.decorators that implement LongListIterator | |
---|---|
class |
UnmodifiableLongListIterator
|
Methods in org.apache.commons.collections.primitives.decorators that return LongListIterator | |
---|---|
protected LongListIterator |
UnmodifiableLongListIterator.getListIterator()
|
static LongListIterator |
UnmodifiableLongListIterator.wrap(LongListIterator iterator)
|
Methods in org.apache.commons.collections.primitives.decorators with parameters of type LongListIterator | |
---|---|
static LongListIterator |
UnmodifiableLongListIterator.wrap(LongListIterator iterator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |