public final class DoubleListList extends AbstractDoubleListList implements java.io.Serializable
DoubleList
to the
List
interface.
This implementation delegates most methods
to the provided DoubleList
implementation in the "obvious" way.Modifier and Type | Field and Description |
---|---|
private DoubleList |
_list |
Constructor and Description |
---|
DoubleListList(DoubleList list)
Creates a
List wrapping
the specified DoubleList . |
Modifier and Type | Method and Description |
---|---|
protected DoubleList |
getDoubleList() |
static java.util.List |
wrap(DoubleList list)
Create a
List wrapping
the specified DoubleList . |
add, addAll, equals, get, getDoubleCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
private DoubleList _list
public DoubleListList(DoubleList list)
List
wrapping
the specified DoubleList
.public static java.util.List wrap(DoubleList list)
list
- the (possibly null
)
DoubleList
to wrapList
wrapping the given
list, or null
when list is
null
.protected DoubleList getDoubleList()
getDoubleList
in class AbstractDoubleListList
Copyright (c) 2002-2003 - Apache Software Foundation