|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.collections.primitives.decorators.BaseProxyDoubleCollection
org.apache.commons.collections.primitives.decorators.BaseProxyDoubleList
org.apache.commons.collections.primitives.decorators.BaseUnmodifiableDoubleList
org.apache.commons.collections.primitives.decorators.NonSerializableUnmodifiableDoubleList
final class NonSerializableUnmodifiableDoubleList
| Field Summary | |
|---|---|
private DoubleList |
proxied
|
| Constructor Summary | |
|---|---|
NonSerializableUnmodifiableDoubleList(DoubleList list)
|
|
| Method Summary | |
|---|---|
protected DoubleList |
getProxiedList()
|
| Methods inherited from class org.apache.commons.collections.primitives.decorators.BaseUnmodifiableDoubleList |
|---|
add, add, addAll, addAll, clear, iterator, listIterator, listIterator, removeAll, removeElement, removeElementAt, retainAll, set, subList |
| Methods inherited from class org.apache.commons.collections.primitives.decorators.BaseProxyDoubleList |
|---|
get, getProxiedCollection, indexOf, lastIndexOf |
| Methods inherited from class org.apache.commons.collections.primitives.decorators.BaseProxyDoubleCollection |
|---|
contains, containsAll, equals, hashCode, isEmpty, size, toArray, toArray, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.commons.collections.primitives.DoubleList |
|---|
equals, hashCode |
| Methods inherited from interface org.apache.commons.collections.primitives.DoubleCollection |
|---|
contains, containsAll, isEmpty, size, toArray, toArray |
| Field Detail |
|---|
private DoubleList proxied
| Constructor Detail |
|---|
NonSerializableUnmodifiableDoubleList(DoubleList list)
| Method Detail |
|---|
protected DoubleList getProxiedList()
getProxiedList in class BaseProxyDoubleList
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||