Class BoxedMutableFloatSet

All Implemented Interfaces:
Cloneable, Iterable<Float>, Collection<Float>, Set<Float>, MutableCollection<Float>, InternalIterable<Float>, RichIterable<Float>, MutableSet<Float>, MutableSetIterable<Float>, SetIterable<Float>, UnsortedSetIterable<Float>

public class BoxedMutableFloatSet extends AbstractMutableSet<Float> implements MutableSet<Float>
A boxed view of a MutableFloatSet. 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 boxedPrimitiveSet.stg.

Since:
12.0