org.apache.commons.collections.primitives.decorators
final class NonSerializableUnmodifiableLongList extends BaseUnmodifiableLongList
Constructor and Description |
---|
NonSerializableUnmodifiableLongList(LongList list) |
Modifier and Type | Method and Description |
---|---|
protected LongList |
getProxiedList() |
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 LongList proxied
NonSerializableUnmodifiableLongList(LongList list)
protected LongList getProxiedList()
getProxiedList
in class BaseProxyLongList
Copyright (c) 2002-2003 - Apache Software Foundation