org.apache.commons.collections.primitives.adapters

Class NonSerializableIntCollectionCollection

final class NonSerializableIntCollectionCollection extends AbstractIntCollectionCollection

Since: Commons Primitives 1.0

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

Author: Rodney Waldhoff

Field Summary
IntCollection_collection
Constructor Summary
NonSerializableIntCollectionCollection(IntCollection collection)
Creates a Collection Collection wrapping the specified IntCollection.
Method Summary
protected IntCollectiongetIntCollection()

Field Detail

_collection

private IntCollection _collection

Constructor Detail

NonSerializableIntCollectionCollection

public NonSerializableIntCollectionCollection(IntCollection collection)
Creates a Collection Collection wrapping the specified IntCollection.

Method Detail

getIntCollection

protected IntCollection getIntCollection()
Copyright (c) 2002-2003 - Apache Software Foundation