| 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 | Class and Description |
|---|---|
protected static class |
RandomAccessLongList.RandomAccessLongListIterator |
| Modifier and Type | Field and Description |
|---|---|
static LongListIterator |
LongCollections.EMPTY_LONG_LIST_ITERATOR
An unmodifiable, empty LongListIterator
|
| Modifier and Type | Method and Description |
|---|---|
static LongListIterator |
LongCollections.getEmptyLongListIterator()
Returns an unmodifiable, empty LongListIterator
|
LongListIterator |
RandomAccessLongList.listIterator() |
LongListIterator |
LongList.listIterator()
Returns a
bidirectional iterator
over all my elements, in the appropriate sequence. |
LongListIterator |
RandomAccessLongList.listIterator(int index) |
LongListIterator |
LongList.listIterator(int index)
Returns a
bidirectional iterator
over all my elements, in the appropriate sequence,
starting at the specified position. |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static LongListIterator |
LongCollections.unmodifiableLongListIterator(LongListIterator iter)
Returns an unmodifiable version of the given non-null LongListIterator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListIteratorLongListIterator
|
| Modifier and Type | Method and Description |
|---|---|
static LongListIterator |
Adapt.toLongListIterator(ListIterator c) |
static LongListIterator |
ListIteratorLongListIterator.wrap(ListIterator iterator)
Create an
LongListIterator wrapping
the specified ListIterator. |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator |
Adapt.toListIterator(LongListIterator c) |
static ListIterator |
LongListIteratorListIterator.wrap(LongListIterator iterator)
Create a
ListIterator wrapping
the specified LongListIterator. |
| Constructor and Description |
|---|
LongListIteratorListIterator(LongListIterator iterator)
Creates an
ListIterator wrapping
the specified LongListIterator. |
| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableLongListIterator |
| Modifier and Type | Method and Description |
|---|---|
protected LongListIterator |
UnmodifiableLongListIterator.getListIterator() |
static LongListIterator |
UnmodifiableLongListIterator.wrap(LongListIterator iterator) |
| Modifier and Type | Method and Description |
|---|---|
static LongListIterator |
UnmodifiableLongListIterator.wrap(LongListIterator iterator) |
Copyright © 2002–2025 The Apache Software Foundation. All rights reserved.