| 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 |
|---|---|
class |
ArrayCharList
An
CharList backed by an array of chars. |
class |
RandomAccessCharList
Abstract base class for
CharLists backed
by random access structures like arrays. |
protected static class |
RandomAccessCharList.RandomAccessCharSubList |
| Modifier and Type | Field and Description |
|---|---|
static CharList |
CharCollections.EMPTY_CHAR_LIST
An unmodifiable, empty CharList
|
| Modifier and Type | Method and Description |
|---|---|
static CharList |
CharCollections.getEmptyCharList()
Returns an unmodifiable, empty CharList.
|
static CharList |
CharCollections.singletonCharList(char value)
Returns an unmodifiable CharList containing only the specified element.
|
CharList |
CharList.subList(int fromIndex,
int toIndex)
Returns a view of the elements within me
between the specified fromIndex, inclusive, and
toIndex, exclusive.
|
CharList |
RandomAccessCharList.subList(int fromIndex,
int toIndex) |
static CharList |
CharCollections.unmodifiableCharList(CharList list)
Returns an unmodifiable version of the given non-null CharList.
|
| Modifier and Type | Method and Description |
|---|---|
static CharList |
CharCollections.unmodifiableCharList(CharList list)
Returns an unmodifiable version of the given non-null CharList.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ListCharList
|
| Modifier and Type | Method and Description |
|---|---|
protected CharList |
CharListList.getCharList() |
static CharList |
Adapt.toCharList(List c) |
static CharList |
ListCharList.wrap(List list)
|
| Modifier and Type | Method and Description |
|---|---|
static List |
Adapt.toList(CharList c) |
static List |
CharListList.wrap(CharList list)
|
| Constructor and Description |
|---|
CharListList(CharList list)
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnmodifiableCharList |
| Modifier and Type | Method and Description |
|---|---|
protected CharList |
UnmodifiableCharList.getProxiedList() |
static CharList |
UnmodifiableCharList.wrap(CharList list) |
| Modifier and Type | Method and Description |
|---|---|
static CharList |
UnmodifiableCharList.wrap(CharList list) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.