org.apache.commons.collections.primitives.adapters
public final class FloatListList extends AbstractFloatListList implements java.io.Serializable
FloatList
to the
List
interface.
This implementation delegates most methods
to the provided FloatList
implementation in the "obvious" way.Constructor and Description |
---|
FloatListList(FloatList list)
Creates a
List wrapping
the specified FloatList . |
Modifier and Type | Method and Description |
---|---|
protected FloatList |
getFloatList() |
static java.util.List |
wrap(FloatList list)
Create a
List wrapping
the specified FloatList . |
add, addAll, equals, get, getFloatCollection, hashCode, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
private FloatList _list
public static java.util.List wrap(FloatList list)
list
- the (possibly null
)
FloatList
to wrapList
wrapping the given
list, or null
when list is
null
.protected FloatList getFloatList()
getFloatList
in class AbstractFloatListList
Copyright (c) 2002-2003 - Apache Software Foundation