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