Package | Description |
---|---|
org.joda.primitives.list | |
org.joda.primitives.list.impl |
Modifier and Type | Method and Description |
---|---|
BooleanList |
BooleanList.subList(int fromIndexInclusive,
int toIndexExclusive)
Gets a range view of part of this list.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBooleanList
Abstract base class for lists of primitive
boolean elements. |
class |
ArrayBooleanList
Array based implementation of
BooleanList for
primitive int elements. |
class |
ImmutableArrayBooleanList
Immutable array-based implementation of
BooleanList for
primitive int elements. |
Modifier and Type | Method and Description |
---|---|
BooleanList |
AbstractBooleanList.subList(int fromIndexInclusive,
int toIndexExclusive)
Gets a range view of part of this list.
|
Copyright © 2005-2012 Joda.org. All Rights Reserved.