org.apache.commons.collections.primitives.adapters

Class NonSerializableByteCollectionCollection

final class NonSerializableByteCollectionCollection extends AbstractByteCollectionCollection

Since: Commons Primitives 1.0

Version: $Revision: 1.3 $ $Date: 2003/10/16 20:49:39 $

Author: Rodney Waldhoff

Field Summary
ByteCollection_collection
Constructor Summary
NonSerializableByteCollectionCollection(ByteCollection collection)
Creates a Collection Collection wrapping the specified ByteCollection.
Method Summary
protected ByteCollectiongetByteCollection()

Field Detail

_collection

private ByteCollection _collection

Constructor Detail

NonSerializableByteCollectionCollection

public NonSerializableByteCollectionCollection(ByteCollection collection)
Creates a Collection Collection wrapping the specified ByteCollection.

Method Detail

getByteCollection

protected ByteCollection getByteCollection()
Copyright (c) 2002-2003 - Apache Software Foundation