public final class FloatCollectionCollection extends AbstractFloatCollectionCollection implements java.io.Serializable
FloatCollection
to the Collection
interface.
This implementation delegates most methods
to the provided FloatCollection
implementation in the "obvious" way.| Modifier and Type | Field and Description |
|---|---|
private FloatCollection |
_collection |
| Constructor and Description |
|---|
FloatCollectionCollection(FloatCollection collection)
Creates a
Collection wrapping
the specified FloatCollection. |
| Modifier and Type | Method and Description |
|---|---|
protected FloatCollection |
getFloatCollection() |
static java.util.Collection |
wrap(FloatCollection collection)
Create a
Collection wrapping
the specified FloatCollection. |
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitprivate FloatCollection _collection
public FloatCollectionCollection(FloatCollection collection)
Collection wrapping
the specified FloatCollection.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 wrapCollection wrapping the given
collection, or null when collection is
null.protected FloatCollection getFloatCollection()
getFloatCollection in class AbstractFloatCollectionCollectionCopyright (c) 2002-2003 - Apache Software Foundation