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