Class BoxedMutableShortList

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

public class BoxedMutableShortList extends AbstractMutableList<Short> implements MutableList<Short>, RandomAccess
A boxed view of a MutableShortList. 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