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