Class BoxedMutableIntList

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

public class BoxedMutableIntList extends AbstractMutableList<Integer> implements MutableList<Integer>, RandomAccess
A boxed view of a MutableIntList. 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