Class BoxedMutableFloatList

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

public class BoxedMutableFloatList extends AbstractMutableList<Float> implements MutableList<Float>, RandomAccess
A boxed view of a MutableFloatList. 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