Class BoxedMutableByteList

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

public class BoxedMutableByteList extends AbstractMutableList<Byte> implements MutableList<Byte>, RandomAccess
A boxed view of a MutableByteList. 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