|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LongList | |
---|---|
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. |
Uses of LongList in org.apache.commons.collections.primitives |
---|
Classes in org.apache.commons.collections.primitives that implement LongList | |
---|---|
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
|
Fields in org.apache.commons.collections.primitives declared as LongList | |
---|---|
static LongList |
LongCollections.EMPTY_LONG_LIST
An unmodifiable, empty LongList |
Methods in org.apache.commons.collections.primitives that return LongList | |
---|---|
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. |
Methods in org.apache.commons.collections.primitives with parameters of type LongList | |
---|---|
static LongList |
LongCollections.unmodifiableLongList(LongList list)
Returns an unmodifiable version of the given non-null LongList. |
Uses of LongList in org.apache.commons.collections.primitives.adapters |
---|
Classes in org.apache.commons.collections.primitives.adapters that implement LongList | |
---|---|
class |
ListLongList
Adapts a Number -valued List
to the LongList interface. |
Methods in org.apache.commons.collections.primitives.adapters that return LongList | |
---|---|
protected LongList |
LongListList.getLongList()
|
static LongList |
Adapt.toLongList(java.util.List c)
|
static LongList |
ListLongList.wrap(java.util.List list)
Create an LongList wrapping
the specified List . |
Methods in org.apache.commons.collections.primitives.adapters with parameters of type LongList | |
---|---|
static java.util.List |
Adapt.toList(LongList c)
|
static java.util.List |
LongListList.wrap(LongList list)
Create a List wrapping
the specified LongList . |
Constructors in org.apache.commons.collections.primitives.adapters with parameters of type LongList | |
---|---|
LongListList(LongList list)
Creates a List wrapping
the specified LongList . |
Uses of LongList in org.apache.commons.collections.primitives.decorators |
---|
Classes in org.apache.commons.collections.primitives.decorators that implement LongList | |
---|---|
class |
UnmodifiableLongList
|
Methods in org.apache.commons.collections.primitives.decorators that return LongList | |
---|---|
protected LongList |
UnmodifiableLongList.getProxiedList()
|
static LongList |
UnmodifiableLongList.wrap(LongList list)
|
Methods in org.apache.commons.collections.primitives.decorators with parameters of type LongList | |
---|---|
static LongList |
UnmodifiableLongList.wrap(LongList list)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |