Class BoxedMutableLongSet

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

public class BoxedMutableLongSet extends AbstractMutableSet<Long> implements MutableSet<Long>
A boxed view of a MutableLongSet. 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