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 |
ShortListIterator
A bi-directional iterator over
short values. |
Modifier and Type | Class and Description |
---|---|
protected static class |
RandomAccessShortList.RandomAccessShortListIterator |
Modifier and Type | Field and Description |
---|---|
static ShortIterator |
ShortCollections.EMPTY_SHORT_ITERATOR
An unmodifiable, empty ShortIterator
|
Modifier and Type | Method and Description |
---|---|
static ShortIterator |
ShortCollections.getEmptyShortIterator()
Returns an unmodifiable, empty ShortIterator
|
abstract ShortIterator |
AbstractShortCollection.iterator() |
ShortIterator |
RandomAccessShortList.iterator() |
ShortIterator |
ShortList.iterator()
Returns an
iterator over all my elements,
in the appropriate sequence. |
ShortIterator |
ShortCollection.iterator()
Returns an
iterator over all my elements. |
static ShortIterator |
ShortCollections.singletonShortIterator(short value)
Returns an unmodifiable ShortIterator containing only the specified element.
|
static ShortIterator |
ShortCollections.unmodifiableShortIterator(ShortIterator iter)
Returns an unmodifiable version of the given non-null ShortIterator.
|
Modifier and Type | Method and Description |
---|---|
static ShortIterator |
ShortCollections.unmodifiableShortIterator(ShortIterator iter)
Returns an unmodifiable version of the given non-null ShortIterator.
|
Modifier and Type | Class and Description |
---|---|
class |
IteratorShortIterator
|
class |
ListIteratorShortListIterator
|
Modifier and Type | Method and Description |
---|---|
static ShortIterator |
Adapt.toShortIterator(Iterator c) |
static ShortIterator |
IteratorShortIterator.wrap(Iterator iterator)
Create an
ShortIterator wrapping
the specified Iterator . |
Modifier and Type | Method and Description |
---|---|
static Iterator |
Adapt.toIterator(ShortIterator c) |
static Iterator |
ShortIteratorIterator.wrap(ShortIterator iterator)
Create an
Iterator wrapping
the specified ShortIterator . |
Constructor and Description |
---|
ShortIteratorIterator(ShortIterator iterator)
Creates an
Iterator wrapping
the specified ShortIterator . |
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableShortIterator |
class |
UnmodifiableShortListIterator |
Modifier and Type | Method and Description |
---|---|
protected ShortIterator |
UnmodifiableShortIterator.getIterator() |
static ShortIterator |
UnmodifiableShortIterator.wrap(ShortIterator iterator) |
Modifier and Type | Method and Description |
---|---|
static ShortIterator |
UnmodifiableShortIterator.wrap(ShortIterator iterator) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.