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

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

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
private  ByteCollection _collection
           
 
Constructor Summary
NonSerializableByteCollectionCollection(ByteCollection collection)
          Creates a Collection wrapping the specified ByteCollection.
 
Method Summary
protected  ByteCollection getByteCollection()
           
 
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, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Collection
equals, hashCode
 

Field Detail

_collection

private ByteCollection _collection
Constructor Detail

NonSerializableByteCollectionCollection

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

Method Detail

getByteCollection

protected ByteCollection getByteCollection()
Specified by:
getByteCollection in class AbstractByteCollectionCollection


Copyright (c) 2002-2003 - Apache Software Foundation