| 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 |
RandomAccessIntList.RandomAccessIntListIterator |
| Modifier and Type | Field and Description |
|---|---|
static IntListIterator |
IntCollections.EMPTY_INT_LIST_ITERATOR
An unmodifiable, empty IntListIterator
|
| Modifier and Type | Method and Description |
|---|---|
static IntListIterator |
IntCollections.getEmptyIntListIterator()
Returns an unmodifiable, empty IntListIterator
|
IntListIterator |
IntList.listIterator()
Returns a
bidirectional iterator
over all my elements, in the appropriate sequence. |
IntListIterator |
RandomAccessIntList.listIterator() |
IntListIterator |
IntList.listIterator(int index)
Returns a
bidirectional iterator
over all my elements, in the appropriate sequence,
starting at the specified position. |
IntListIterator |
RandomAccessIntList.listIterator(int index) |
static IntListIterator |
IntCollections.singletonIntListIterator(int value)
Returns an unmodifiable IntListIterator containing only the specified element.
|
static IntListIterator |
IntCollections.unmodifiableIntListIterator(IntListIterator iter)
Returns an unmodifiable version of the given non-null IntListIterator.
|
| Modifier and Type | Method and Description |
|---|---|
static IntListIterator |
IntCollections.unmodifiableIntListIterator(IntListIterator iter)
Returns an unmodifiable version of the given non-null IntListIterator.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListIteratorIntListIterator
|
| Modifier and Type | Method and Description |
|---|---|
static IntListIterator |
Adapt.toIntListIterator(ListIterator c) |
static IntListIterator |
ListIteratorIntListIterator.wrap(ListIterator iterator)
Create an
IntListIterator wrapping
the specified ListIterator. |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator |
Adapt.toListIterator(IntListIterator c) |
static ListIterator |
IntListIteratorListIterator.wrap(IntListIterator iterator)
Create a
ListIterator wrapping
the specified IntListIterator. |
| Constructor and Description |
|---|
IntListIteratorListIterator(IntListIterator iterator)
Creates an
ListIterator wrapping
the specified IntListIterator. |
| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableIntListIterator |
| Modifier and Type | Method and Description |
|---|---|
protected IntListIterator |
UnmodifiableIntListIterator.getListIterator() |
static IntListIterator |
UnmodifiableIntListIterator.wrap(IntListIterator iterator) |
| Modifier and Type | Method and Description |
|---|---|
static IntListIterator |
UnmodifiableIntListIterator.wrap(IntListIterator iterator) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.