Class DoubleArrayList

java.lang.Object
java.util.AbstractCollection<Double>
java.util.AbstractList<Double>
org.jhotdraw8.collection.primitive.DoubleArrayList
All Implemented Interfaces:
Iterable<Double>, Collection<Double>, List<Double>, SequencedCollection<Double>, DoubleList, DoubleSequencedCollection

public class DoubleArrayList extends AbstractList<Double> implements DoubleList
A double-valued list backed by a primitive array.
Author:
Werner Randelshofer