|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections.primitives.adapters.AbstractDoubleCollectionCollection
org.apache.commons.collections.primitives.adapters.DoubleCollectionCollection
public final class DoubleCollectionCollection
Adapts an DoubleCollection
to the Collection
interface.
DoubleCollection
implementation in the "obvious" way.
Field Summary | |
---|---|
private DoubleCollection |
_collection
|
Constructor Summary | |
---|---|
DoubleCollectionCollection(DoubleCollection collection)
Creates a Collection wrapping
the specified DoubleCollection . |
Method Summary | |
---|---|
protected DoubleCollection |
getDoubleCollection()
|
static java.util.Collection |
wrap(DoubleCollection collection)
Create a Collection wrapping
the specified DoubleCollection . |
Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractDoubleCollectionCollection |
---|
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Collection |
---|
equals, hashCode |
Field Detail |
---|
private DoubleCollection _collection
Constructor Detail |
---|
public DoubleCollectionCollection(DoubleCollection collection)
Collection
wrapping
the specified DoubleCollection
.
wrap(org.apache.commons.collections.primitives.DoubleCollection)
Method Detail |
---|
public static java.util.Collection wrap(DoubleCollection collection)
Collection
wrapping
the specified DoubleCollection
. When
the given collection is null
,
returns null
.
collection
- the (possibly null
)
DoubleCollection
to wrap
Collection
wrapping the given
collection, or null
when collection is
null
.protected DoubleCollection getDoubleCollection()
getDoubleCollection
in class AbstractDoubleCollectionCollection
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |