Class TDoubleListDecorator

All Implemented Interfaces:
Externalizable, Serializable, Cloneable, Iterable<Double>, Collection<Double>, List<Double>, SequencedCollection<Double>

public class TDoubleListDecorator extends AbstractList<Double> implements List<Double>, Externalizable, Cloneable
Wrapper class to make a TDoubleList conform to the java.util.List API. This class simply decorates an underlying TDoubleList 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: