org.apache.commons.collections.primitives.decorators
public final class UnmodifiableDoubleList extends BaseUnmodifiableDoubleList implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private DoubleList |
proxied |
Constructor and Description |
---|
UnmodifiableDoubleList(DoubleList list) |
Modifier and Type | Method and Description |
---|---|
protected DoubleList |
getProxiedList() |
static DoubleList |
wrap(DoubleList list) |
add, add, addAll, addAll, clear, iterator, listIterator, listIterator, removeAll, removeElement, removeElementAt, retainAll, set, subList
get, getProxiedCollection, indexOf, lastIndexOf
contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray, toString
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
equals, hashCode
contains, containsAll, isEmpty, size, toArray, toArray
private DoubleList proxied
UnmodifiableDoubleList(DoubleList list)
public static final DoubleList wrap(DoubleList list)
protected DoubleList getProxiedList()
getProxiedList
in class BaseProxyDoubleList
Copyright (c) 2002-2003 - Apache Software Foundation