Class BoxedMutableByteSet

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

public class BoxedMutableByteSet extends AbstractMutableSet<Byte> implements MutableSet<Byte>
A boxed view of a MutableByteSet. 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