org.apache.commons.collections.primitives.decorators
Class NonSerializableUnmodifiableByteList

java.lang.Object
  extended by org.apache.commons.collections.primitives.decorators.BaseProxyByteCollection
      extended by org.apache.commons.collections.primitives.decorators.BaseProxyByteList
          extended by org.apache.commons.collections.primitives.decorators.BaseUnmodifiableByteList
              extended by org.apache.commons.collections.primitives.decorators.NonSerializableUnmodifiableByteList
All Implemented Interfaces:
ByteCollection, ByteList

final class NonSerializableUnmodifiableByteList
extends BaseUnmodifiableByteList

Since:
Commons Primitives 1.0
Version:
$Revision: 1.1 $ $Date: 2003/10/29 18:33:10 $
Author:
Rodney Waldhoff

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

proxied

private ByteList proxied
Constructor Detail

NonSerializableUnmodifiableByteList

NonSerializableUnmodifiableByteList(ByteList list)
Method Detail

getProxiedList

protected ByteList getProxiedList()
Specified by:
getProxiedList in class BaseProxyByteList


Copyright (c) 2002-2003 - Apache Software Foundation