Adapts an
FloatList FloatList to the
List List interface.
This implementation delegates most methods
to the provided
FloatList FloatList
implementation in the "obvious" way.
since: Commons Primitives 0.1 version: $Revision: 1.2 $ $Date: 2003/10/14 20:04:18 $ author: Rodney Waldhoff
Create a
List List wrapping
the specified
FloatList FloatList . When
the given list is null,
returns null.
Parameters: list - the (possibly null) FloatList FloatList to wrap a List List wrapping the given list, or null when list isnull.
Methods inherited from org.apache.commons.collections.primitives.adapters.AbstractFloatListList