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 |
ArrayFloatList
An
FloatList backed by an array of float s. |
class |
RandomAccessFloatList
Abstract base class for
FloatList s backed
by random access structures like arrays. |
protected static class |
RandomAccessFloatList.RandomAccessFloatSubList |
Modifier and Type | Field and Description |
---|---|
static FloatList |
FloatCollections.EMPTY_FLOAT_LIST
An unmodifiable, empty FloatList
|
Modifier and Type | Method and Description |
---|---|
static FloatList |
FloatCollections.getEmptyFloatList()
Returns an unmodifiable, empty FloatList.
|
static FloatList |
FloatCollections.singletonFloatList(float value)
Returns an unmodifiable FloatList containing only the specified element.
|
FloatList |
RandomAccessFloatList.subList(int fromIndex,
int toIndex) |
FloatList |
FloatList.subList(int fromIndex,
int toIndex)
Returns a view of the elements within me
between the specified fromIndex, inclusive, and
toIndex, exclusive.
|
static FloatList |
FloatCollections.unmodifiableFloatList(FloatList list)
Returns an unmodifiable version of the given non-null FloatList.
|
Modifier and Type | Method and Description |
---|---|
static FloatList |
FloatCollections.unmodifiableFloatList(FloatList list)
Returns an unmodifiable version of the given non-null FloatList.
|
Modifier and Type | Class and Description |
---|---|
class |
ListFloatList
|
Modifier and Type | Method and Description |
---|---|
protected FloatList |
FloatListList.getFloatList() |
static FloatList |
Adapt.toFloatList(List c) |
static FloatList |
ListFloatList.wrap(List list)
|
Modifier and Type | Method and Description |
---|---|
static List |
Adapt.toList(FloatList c) |
static List |
FloatListList.wrap(FloatList list)
|
Constructor and Description |
---|
FloatListList(FloatList list)
|
Modifier and Type | Class and Description |
---|---|
class |
UnmodifiableFloatList |
Modifier and Type | Method and Description |
---|---|
protected FloatList |
UnmodifiableFloatList.getProxiedList() |
static FloatList |
UnmodifiableFloatList.wrap(FloatList list) |
Modifier and Type | Method and Description |
---|---|
static FloatList |
UnmodifiableFloatList.wrap(FloatList list) |
Copyright © 2002-2013 The Apache Software Foundation. All Rights Reserved.