Class BoxedMutableLongList

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

public class BoxedMutableLongList extends AbstractMutableList<Long> implements MutableList<Long>, RandomAccess
A boxed view of a MutableLongList. 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