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