Class BoxedMutableCharList

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

public class BoxedMutableCharList extends AbstractMutableList<Character> implements MutableList<Character>, RandomAccess
A boxed view of a MutableCharList. 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