Class BoxedMutableBooleanSet

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

public class BoxedMutableBooleanSet extends AbstractMutableSet<Boolean> implements MutableSet<Boolean>
A boxed view of a MutableBooleanSet. 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