|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.collections.primitives.adapters.AbstractDoubleCollectionCollection
org.apache.commons.collections.primitives.adapters.AbstractDoubleListList
org.apache.commons.collections.primitives.adapters.DoubleListList
public final class DoubleListList
Adapts an DoubleList to the
List interface.
DoubleList
implementation in the "obvious" way.
| Field Summary | |
|---|---|
private DoubleList |
_list
|
| Constructor Summary | |
|---|---|
DoubleListList(DoubleList list)
Creates a List wrapping
the specified DoubleList. |
|
| Method Summary | |
|---|---|
protected DoubleList |
getDoubleList()
|
static java.util.List |
wrap(DoubleList list)
Create a List wrapping
the specified DoubleList. |
| Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractDoubleListList |
|---|
add, addAll, equals, get, getDoubleCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList |
| Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractDoubleCollectionCollection |
|---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.List |
|---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
| Field Detail |
|---|
private DoubleList _list
| Constructor Detail |
|---|
public DoubleListList(DoubleList list)
List wrapping
the specified DoubleList.
wrap(org.apache.commons.collections.primitives.DoubleList)| Method Detail |
|---|
public static java.util.List wrap(DoubleList list)
List wrapping
the specified DoubleList. When
the given list is null,
returns null.
list - the (possibly null)
DoubleList to wrap
List wrapping the given
list, or null when list is
null.protected DoubleList getDoubleList()
getDoubleList in class AbstractDoubleListList
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||