Class BoxedMutableDoubleList

All Implemented Interfaces:
Cloneable, Iterable<Double>, Collection<Double>, List<Double>, RandomAccess, MutableCollection<Double>, InternalIterable<Double>, ListIterable<Double>, MutableList<Double>, OrderedIterable<Double>, ReversibleIterable<Double>, RichIterable<Double>

public class BoxedMutableDoubleList extends AbstractMutableList<Double> implements MutableList<Double>, RandomAccess
A boxed view of a MutableDoubleList. This is for scenarios where optimization is not a consideration and therefore no further methods will be optimized.

This file was automatically generated from template file boxedPrimitiveList.stg.

Since:
12.0