|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use DoubleList | |
| 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 DoubleList in org.apache.commons.collections.primitives |
| Classes in org.apache.commons.collections.primitives that implement DoubleList | |
class |
ArrayDoubleList
An DoubleList backed by an array of doubles. |
class |
RandomAccessDoubleList
Abstract base class for DoubleLists backed
by random access structures like arrays. |
protected static class |
RandomAccessDoubleList.RandomAccessDoubleSubList
|
| Fields in org.apache.commons.collections.primitives declared as DoubleList | |
static DoubleList |
DoubleCollections.EMPTY_DOUBLE_LIST
An unmodifiable, empty DoubleList |
| Methods in org.apache.commons.collections.primitives that return DoubleList | |
static DoubleList |
DoubleCollections.singletonDoubleList(double value)
Returns an unmodifiable DoubleList containing only the specified element. |
static DoubleList |
DoubleCollections.unmodifiableDoubleList(DoubleList list)
Returns an unmodifiable version of the given non-null DoubleList. |
static DoubleList |
DoubleCollections.getEmptyDoubleList()
Returns an unmodifiable, empty DoubleList. |
DoubleList |
RandomAccessDoubleList.subList(int fromIndex,
int toIndex)
|
DoubleList |
DoubleList.subList(int fromIndex,
int toIndex)
Returns a view of the elements within me between the specified fromIndex, inclusive, and toIndex, exclusive. |
| Methods in org.apache.commons.collections.primitives with parameters of type DoubleList | |
static DoubleList |
DoubleCollections.unmodifiableDoubleList(DoubleList list)
Returns an unmodifiable version of the given non-null DoubleList. |
| Uses of DoubleList in org.apache.commons.collections.primitives.adapters |
| Classes in org.apache.commons.collections.primitives.adapters that implement DoubleList | |
(package private) class |
org.apache.commons.collections.primitives.adapters.AbstractListDoubleList
|
class |
ListDoubleList
Adapts a Number-valued List
to the DoubleList interface. |
| Methods in org.apache.commons.collections.primitives.adapters that return DoubleList | |
static DoubleList |
ListDoubleList.wrap(List list)
Create an DoubleList wrapping
the specified List. |
protected DoubleList |
DoubleListList.getDoubleList()
|
| Methods in org.apache.commons.collections.primitives.adapters with parameters of type DoubleList | |
static List |
DoubleListList.wrap(DoubleList list)
Create a List wrapping
the specified DoubleList. |
| Constructors in org.apache.commons.collections.primitives.adapters with parameters of type DoubleList | |
DoubleListList(DoubleList list)
Creates a List wrapping
the specified DoubleList. |
|
| Uses of DoubleList in org.apache.commons.collections.primitives.decorators |
| Classes in org.apache.commons.collections.primitives.decorators that implement DoubleList | |
(package private) class |
org.apache.commons.collections.primitives.decorators.BaseProxyDoubleList
|
(package private) class |
org.apache.commons.collections.primitives.decorators.BaseUnmodifiableDoubleList
|
class |
UnmodifiableDoubleList
|
| Methods in org.apache.commons.collections.primitives.decorators that return DoubleList | |
static DoubleList |
UnmodifiableDoubleList.wrap(DoubleList list)
|
protected DoubleList |
UnmodifiableDoubleList.getProxiedList()
|
| Methods in org.apache.commons.collections.primitives.decorators with parameters of type DoubleList | |
static DoubleList |
UnmodifiableDoubleList.wrap(DoubleList list)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||