Class PrimitiveFloatList

java.lang.Object
All Implemented Interfaces:
Iterable<Float>, Collection<Float>, List<Float>, RandomAccess, SequencedCollection<Float>

public class PrimitiveFloatList extends BasePrimitiveList<Float>
Provides a view over a subset of a primitive float array with List<Float> semantics. List elements can be modified, but the list can't change size. Nulls are rejected.