Class TFloatListDecorator

java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<Float>
gnu.trove.decorator.TFloatListDecorator
All Implemented Interfaces:
Externalizable, Serializable, Cloneable, Iterable<Float>, Collection<Float>, List<Float>

public class TFloatListDecorator extends AbstractList<Float> implements List<Float>, Externalizable, Cloneable
Wrapper class to make a TFloatList conform to the java.util.List API. This class simply decorates an underlying TFloatList and translates the Object-based APIs into their Trove primitive analogs.

Note that wrapping and unwrapping primitive values is extremely inefficient. If possible, users of this class should override the appropriate methods in this class and use a table of canonical values.

See Also: