org.apache.commons.collections.primitives.adapters

Class NonSerializableShortCollectionCollection

final class NonSerializableShortCollectionCollection extends AbstractShortCollectionCollection

Since: Commons Primitives 1.0

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

Author: Rodney Waldhoff

Field Summary
ShortCollection_collection
Constructor Summary
NonSerializableShortCollectionCollection(ShortCollection collection)
Creates a Collection Collection wrapping the specified ShortCollection.
Method Summary
protected ShortCollectiongetShortCollection()

Field Detail

_collection

private ShortCollection _collection

Constructor Detail

NonSerializableShortCollectionCollection

public NonSerializableShortCollectionCollection(ShortCollection collection)
Creates a Collection Collection wrapping the specified ShortCollection.

Method Detail

getShortCollection

protected ShortCollection getShortCollection()
Copyright (c) 2002-2003 - Apache Software Foundation