|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.collections.primitives.adapters.AbstractFloatCollectionCollection
org.apache.commons.collections.primitives.adapters.FloatCollectionCollection
public final class FloatCollectionCollection
Adapts an FloatCollection
to the Collection
interface.
FloatCollection
implementation in the "obvious" way.
| Field Summary | |
|---|---|
private FloatCollection |
_collection
|
| Constructor Summary | |
|---|---|
FloatCollectionCollection(FloatCollection collection)
Creates a Collection wrapping
the specified FloatCollection. |
|
| Method Summary | |
|---|---|
protected FloatCollection |
getFloatCollection()
|
static java.util.Collection |
wrap(FloatCollection collection)
Create a Collection wrapping
the specified FloatCollection. |
| Methods inherited from class org.apache.commons.collections.primitives.adapters.AbstractFloatCollectionCollection |
|---|
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 FloatCollection _collection
| Constructor Detail |
|---|
public FloatCollectionCollection(FloatCollection collection)
Collection wrapping
the specified FloatCollection.
wrap(org.apache.commons.collections.primitives.FloatCollection)| Method Detail |
|---|
public static java.util.Collection wrap(FloatCollection collection)
Collection wrapping
the specified FloatCollection. When
the given collection is null,
returns null.
collection - the (possibly null)
FloatCollection to wrap
Collection wrapping the given
collection, or null when collection is
null.protected FloatCollection getFloatCollection()
getFloatCollection in class AbstractFloatCollectionCollection
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||