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.adapters.io |
Adapters for converting between
primitive collections and Java I/O classes.
|
org.apache.commons.collections.primitives.decorators |
Decorators of primitive collections.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CharListIterator
A bi-directional iterator over
char values. |
Modifier and Type | Class and Description |
---|---|
protected static class |
RandomAccessCharList.RandomAccessCharListIterator |
Modifier and Type | Field and Description |
---|---|
static CharIterator |
CharCollections.EMPTY_CHAR_ITERATOR
An unmodifiable, empty CharIterator
|
Modifier and Type | Method and Description |
---|---|
static CharIterator |
CharCollections.getEmptyCharIterator()
Returns an unmodifiable, empty CharIterator
|
abstract CharIterator |
AbstractCharCollection.iterator() |
CharIterator |
CharList.iterator()
Returns an
iterator over all my elements,
in the appropriate sequence. |
CharIterator |
CharCollection.iterator()
Returns an
iterator over all my elements. |
CharIterator |
RandomAccessCharList.iterator() |
static CharIterator |
CharCollections.singletonCharIterator(char value)
Returns an unmodifiable CharIterator containing only the specified element.
|
static CharIterator |
CharCollections.unmodifiableCharIterator(CharIterator iter)
Returns an unmodifiable version of the given non-null CharIterator.
|
Modifier and Type | Method and Description |
---|---|
static CharIterator |
CharCollections.unmodifiableCharIterator(CharIterator iter)
Returns an unmodifiable version of the given non-null CharIterator.
|
Modifier and Type | Class and Description |
---|---|
class |
IteratorCharIterator
|
class |
ListIteratorCharListIterator
|
Modifier and Type | Method and Description |
---|---|
static CharIterator |
Adapt.toCharIterator(Iterator c) |
static CharIterator |
IteratorCharIterator.wrap(Iterator iterator)
Create an
CharIterator wrapping
the specified Iterator . |
Modifier and Type | Method and Description |
---|---|
static Iterator |
Adapt.toIterator(CharIterator c) |
static Iterator |
CharIteratorIterator.wrap(CharIterator iterator)
Create an
Iterator wrapping
the specified CharIterator . |
Constructor and Description |
---|
CharIteratorIterator(CharIterator iterator)
Creates an
Iterator wrapping
the specified CharIterator . |
Modifier and Type | Class and Description |
---|---|
class |
ReaderCharIterator
Adapts a
Reader to the CharIterator interface. |
Modifier and Type | Method and Description |
---|---|
static CharIterator |
ReaderCharIterator.adapt(Reader in) |
Modifier and Type | Method and Description |
---|---|
static Reader |
CharIteratorReader.adapt(CharIterator in) |
Constructor and Description |
---|
CharIteratorReader(CharIterator in) |
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableCharIterator |
class |
UnmodifiableCharListIterator |
Modifier and Type | Method and Description |
---|---|
protected CharIterator |
UnmodifiableCharIterator.getIterator() |
static CharIterator |
UnmodifiableCharIterator.wrap(CharIterator iterator) |
Modifier and Type | Method and Description |
---|---|
static CharIterator |
UnmodifiableCharIterator.wrap(CharIterator iterator) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.