org.apache.commons.collections.primitives.adapters

Class NonSerializableByteListList

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
ByteList_list
Constructor Summary
NonSerializableByteListList(ByteList list)
Creates a List List wrapping the specified ByteList.
Method Summary
protected ByteListgetByteList()

Field Detail

_list

private ByteList _list

Constructor Detail

NonSerializableByteListList

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

Method Detail

getByteList

protected ByteList getByteList()
Copyright (c) 2002-2003 - Apache Software Foundation