Class BoxedMutableDoubleSet

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

public class BoxedMutableDoubleSet extends AbstractMutableSet<Double> implements MutableSet<Double>
A boxed view of a MutableDoubleSet. 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