Class BoxedMutableShortSet

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

public class BoxedMutableShortSet extends AbstractMutableSet<Short> implements MutableSet<Short>
A boxed view of a MutableShortSet. 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