org.apache.commons.collections.primitives.adapters
final class NonSerializableByteCollectionCollection extends AbstractByteCollectionCollection
Modifier and Type | Field and Description |
---|---|
private ByteCollection |
_collection |
Constructor and Description |
---|
NonSerializableByteCollectionCollection(ByteCollection collection)
Creates a
Collection wrapping
the specified ByteCollection . |
Modifier and Type | Method and Description |
---|---|
protected ByteCollection |
getByteCollection() |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
private ByteCollection _collection
public NonSerializableByteCollectionCollection(ByteCollection collection)
Collection
wrapping
the specified ByteCollection
.protected ByteCollection getByteCollection()
getByteCollection
in class AbstractByteCollectionCollection
Copyright (c) 2002-2003 - Apache Software Foundation