org.apache.commons.collections.primitives.adapters
Class NonSerializableByteListList

java.lang.Object
  extended by org.apache.commons.collections.primitives.adapters.AbstractByteCollectionCollection
      extended by org.apache.commons.collections.primitives.adapters.AbstractByteListList
          extended by org.apache.commons.collections.primitives.adapters.NonSerializableByteListList
All Implemented Interfaces:
java.lang.Iterable, java.util.Collection, java.util.List

final class NonSerializableByteListList
extends AbstractByteListList

Since:
Commons Primitives 1.0
Version:
$Revision: 1.3 $ $Date: 2003/10/16 20:49:38 $
Author:
Rodney Waldhoff

Field Summary
private  ByteList _list
           
 
Constructor Summary
NonSerializableByteListList(ByteList list)
          Creates a List wrapping the specified ByteList.
 
Method Summary
protected  ByteList getByteList()
           
 
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractByteListList
add, addAll, equals, get, getByteCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
 
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractByteCollectionCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.List
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray
 

Field Detail

_list

private ByteList _list
Constructor Detail

NonSerializableByteListList

public NonSerializableByteListList(ByteList list)
Creates a List wrapping the specified ByteList.

Method Detail

getByteList

protected ByteList getByteList()
Specified by:
getByteList in class AbstractByteListList


Copyright (c) 2002-2003 - Apache Software Foundation