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