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

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.UnmodifiableByteList
All Implemented Interfaces:
java.io.Serializable, ByteCollection, ByteList

public final class UnmodifiableByteList
extends BaseUnmodifiableByteList
implements java.io.Serializable

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

Field Summary
private  ByteList proxied
           
 
Constructor Summary
UnmodifiableByteList(ByteList list)
           
 
Method Summary
protected  ByteList getProxiedList()
           
static ByteList wrap(ByteList list)
           
 
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, 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

UnmodifiableByteList

UnmodifiableByteList(ByteList list)
Method Detail

wrap

public static final ByteList wrap(ByteList list)

getProxiedList

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


Copyright (c) 2002-2003 - Apache Software Foundation