org.apache.commons.collections.primitives.adapters

Class NonSerializableLongCollectionCollection

final class NonSerializableLongCollectionCollection extends AbstractLongCollectionCollection

Since: Commons Primitives 1.0

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

Author: Rodney Waldhoff

Field Summary
LongCollection_collection
Constructor Summary
NonSerializableLongCollectionCollection(LongCollection collection)
Creates a Collection Collection wrapping the specified LongCollection.
Method Summary
protected LongCollectiongetLongCollection()

Field Detail

_collection

private LongCollection _collection

Constructor Detail

NonSerializableLongCollectionCollection

public NonSerializableLongCollectionCollection(LongCollection collection)
Creates a Collection Collection wrapping the specified LongCollection.

Method Detail

getLongCollection

protected LongCollection getLongCollection()
Copyright (c) 2002-2003 - Apache Software Foundation