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 |
IntListIterator
A bi-directional iterator over
int values. |
Modifier and Type | Class and Description |
---|---|
protected static class |
RandomAccessIntList.RandomAccessIntListIterator |
Modifier and Type | Field and Description |
---|---|
static IntIterator |
IntCollections.EMPTY_INT_ITERATOR
An unmodifiable, empty IntIterator
|
Modifier and Type | Method and Description |
---|---|
static IntIterator |
IntCollections.getEmptyIntIterator()
Returns an unmodifiable, empty IntIterator
|
IntIterator |
IntList.iterator()
Returns an
iterator over all my elements,
in the appropriate sequence. |
IntIterator |
IntCollection.iterator()
Returns an
iterator over all my elements. |
abstract IntIterator |
AbstractIntCollection.iterator() |
IntIterator |
RandomAccessIntList.iterator() |
static IntIterator |
IntCollections.singletonIntIterator(int value)
Returns an unmodifiable IntIterator containing only the specified element.
|
static IntIterator |
IntCollections.unmodifiableIntIterator(IntIterator iter)
Returns an unmodifiable version of the given non-null IntIterator.
|
Modifier and Type | Method and Description |
---|---|
static IntIterator |
IntCollections.unmodifiableIntIterator(IntIterator iter)
Returns an unmodifiable version of the given non-null IntIterator.
|
Modifier and Type | Class and Description |
---|---|
class |
IteratorIntIterator
|
class |
ListIteratorIntListIterator
|
Modifier and Type | Method and Description |
---|---|
static IntIterator |
Adapt.toIntIterator(Iterator c) |
static IntIterator |
IteratorIntIterator.wrap(Iterator iterator)
Create an
IntIterator wrapping
the specified Iterator . |
Modifier and Type | Method and Description |
---|---|
static Iterator |
Adapt.toIterator(IntIterator c) |
static Iterator |
IntIteratorIterator.wrap(IntIterator iterator)
Create an
Iterator wrapping
the specified IntIterator . |
Constructor and Description |
---|
IntIteratorIterator(IntIterator iterator)
Creates an
Iterator wrapping
the specified IntIterator . |
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableIntIterator |
class |
UnmodifiableIntListIterator |
Modifier and Type | Method and Description |
---|---|
protected IntIterator |
UnmodifiableIntIterator.getIterator() |
static IntIterator |
UnmodifiableIntIterator.wrap(IntIterator iterator) |
Modifier and Type | Method and Description |
---|---|
static IntIterator |
UnmodifiableIntIterator.wrap(IntIterator iterator) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.