Package | Description |
---|---|
org.joda.primitives.list | |
org.joda.primitives.list.impl |
Modifier and Type | Method and Description |
---|---|
CharList |
CharList.subList(int fromIndexInclusive,
int toIndexExclusive)
Gets a range view of part of this list.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCharList
Abstract base class for lists of primitive
char elements. |
class |
ArrayCharList
Array based implementation of
CharList for
primitive int elements. |
class |
ImmutableArrayCharList
Immutable array-based implementation of
CharList for
primitive int elements. |
class |
StringBufferCharList
CharList implementation that uses a StringBuffer internally.
|
class |
StringCharList
Unmodifiable CharList wrapped around a String.
|
Modifier and Type | Method and Description |
---|---|
CharList |
StringCharList.subList(int fromIndexInclusive,
int toIndexExclusive)
Gets a range view of part of this list.
|
CharList |
AbstractCharList.subList(int fromIndexInclusive,
int toIndexExclusive)
Gets a range view of part of this list.
|
Constructor and Description |
---|
StringBufferCharList(CharList list)
Constructor that copies the specified list.
|
StringCharList(CharList list)
Constructor that copies the specified list.
|
Copyright © 2005-2012 Joda.org. All Rights Reserved.