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.
|
Modifier and Type | Class and Description |
---|---|
class |
ArrayBooleanList
An
BooleanList backed by an array of boolean s. |
class |
RandomAccessBooleanList
Abstract base class for
BooleanList s backed by random access
structures like arrays. |
protected static class |
RandomAccessBooleanList.RandomAccessBooleanSubList |
Modifier and Type | Method and Description |
---|---|
BooleanList |
BooleanList.subList(int fromIndex,
int toIndex)
Returns a view of the elements within me between the specified
fromIndex, inclusive, and toIndex, exclusive.
|
BooleanList |
RandomAccessBooleanList.subList(int fromIndex,
int toIndex) |
Modifier and Type | Class and Description |
---|---|
class |
ListBooleanList
|
Modifier and Type | Method and Description |
---|---|
protected BooleanList |
BooleanListList.getBooleanList() |
static BooleanList |
ListBooleanList.wrap(List list)
Create an
BooleanList wrapping
the specified List . |
Modifier and Type | Method and Description |
---|---|
static List |
BooleanListList.wrap(BooleanList list)
Create a
List wrapping
the specified BooleanList . |
Constructor and Description |
---|
BooleanListList(BooleanList list)
Creates a
List wrapping
the specified BooleanList . |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.