Class BoxedMutableBooleanList

All Implemented Interfaces:
Cloneable, Iterable<Boolean>, Collection<Boolean>, List<Boolean>, RandomAccess, MutableCollection<Boolean>, InternalIterable<Boolean>, ListIterable<Boolean>, MutableList<Boolean>, OrderedIterable<Boolean>, ReversibleIterable<Boolean>, RichIterable<Boolean>

public class BoxedMutableBooleanList extends AbstractMutableList<Boolean> implements MutableList<Boolean>, RandomAccess
A boxed view of a MutableBooleanList. 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 boxedPrimitiveList.stg.

Since:
12.0