|
||||||||||
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 double s. |
class |
RandomAccessDoubleList
Abstract base class for DoubleList s 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.getEmptyDoubleList()
Returns an unmodifiable, empty DoubleList. |
static DoubleList |
DoubleCollections.singletonDoubleList(double value)
Returns an unmodifiable DoubleList containing only the specified element. |
DoubleList |
DoubleList.subList(int fromIndex,
int toIndex)
Returns a view of the elements within me between the specified fromIndex, inclusive, and toIndex, exclusive. |
DoubleList |
RandomAccessDoubleList.subList(int fromIndex,
int toIndex)
|
static DoubleList |
DoubleCollections.unmodifiableDoubleList(DoubleList list)
Returns an unmodifiable version of the given non-null DoubleList. |
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 | |
---|---|
class |
ListDoubleList
Adapts a Number -valued List
to the DoubleList interface. |
Methods in org.apache.commons.collections.primitives.adapters that return DoubleList | |
---|---|
protected DoubleList |
DoubleListList.getDoubleList()
|
static DoubleList |
Adapt.toDoubleList(java.util.List c)
|
static DoubleList |
ListDoubleList.wrap(java.util.List list)
Create an DoubleList wrapping
the specified List . |
Methods in org.apache.commons.collections.primitives.adapters with parameters of type DoubleList | |
---|---|
static java.util.List |
Adapt.toList(DoubleList c)
|
static java.util.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 | |
---|---|
class |
UnmodifiableDoubleList
|
Methods in org.apache.commons.collections.primitives.decorators that return DoubleList | |
---|---|
protected DoubleList |
UnmodifiableDoubleList.getProxiedList()
|
static DoubleList |
UnmodifiableDoubleList.wrap(DoubleList list)
|
Methods in org.apache.commons.collections.primitives.decorators with parameters of type DoubleList | |
---|---|
static DoubleList |
UnmodifiableDoubleList.wrap(DoubleList list)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |