org.apache.commons.collections.primitives.adapters
final class NonSerializableDoubleListList extends AbstractDoubleListList
Modifier and Type | Field and Description |
---|---|
private DoubleList |
_list |
Constructor and Description |
---|
NonSerializableDoubleListList(DoubleList list)
Creates a
List wrapping
the specified DoubleList . |
Modifier and Type | Method and Description |
---|---|
protected DoubleList |
getDoubleList() |
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 NonSerializableDoubleListList(DoubleList list)
List
wrapping
the specified DoubleList
.protected DoubleList getDoubleList()
getDoubleList
in class AbstractDoubleListList
Copyright (c) 2002-2003 - Apache Software Foundation