Class BoxedMutableIntSet

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

public class BoxedMutableIntSet extends AbstractMutableSet<Integer> implements MutableSet<Integer>
A boxed view of a MutableIntSet. 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