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 |
ArrayLongList
An
LongList backed by an array of long s. |
class |
ArrayUnsignedIntList
An
IntList backed by an array of unsigned
int values. |
class |
RandomAccessLongList
Abstract base class for
LongList s backed
by random access structures like arrays. |
protected static class |
RandomAccessLongList.RandomAccessLongSubList |
Modifier and Type | Field and Description |
---|---|
static LongList |
LongCollections.EMPTY_LONG_LIST
An unmodifiable, empty LongList
|
Modifier and Type | Method and Description |
---|---|
static LongList |
LongCollections.getEmptyLongList()
Returns an unmodifiable, empty LongList.
|
static LongList |
LongCollections.singletonLongList(long value)
Returns an unmodifiable LongList containing only the specified element.
|
LongList |
LongList.subList(int fromIndex,
int toIndex)
Returns a view of the elements within me
between the specified fromIndex, inclusive, and
toIndex, exclusive.
|
LongList |
RandomAccessLongList.subList(int fromIndex,
int toIndex) |
static LongList |
LongCollections.unmodifiableLongList(LongList list)
Returns an unmodifiable version of the given non-null LongList.
|
Modifier and Type | Method and Description |
---|---|
static LongList |
LongCollections.unmodifiableLongList(LongList list)
Returns an unmodifiable version of the given non-null LongList.
|
Modifier and Type | Class and Description |
---|---|
class |
ListLongList
|
Modifier and Type | Method and Description |
---|---|
protected LongList |
LongListList.getLongList() |
static LongList |
Adapt.toLongList(List c) |
static LongList |
ListLongList.wrap(List list)
|
Modifier and Type | Method and Description |
---|---|
static List |
Adapt.toList(LongList c) |
static List |
LongListList.wrap(LongList list)
|
Constructor and Description |
---|
LongListList(LongList list)
|
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableLongList |
Modifier and Type | Method and Description |
---|---|
protected LongList |
UnmodifiableLongList.getProxiedList() |
static LongList |
UnmodifiableLongList.wrap(LongList list) |
Modifier and Type | Method and Description |
---|---|
static LongList |
UnmodifiableLongList.wrap(LongList list) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.