Class BoxedMutableCharSet

All Implemented Interfaces:
Cloneable, Iterable<Character>, Collection<Character>, Set<Character>, MutableCollection<Character>, InternalIterable<Character>, RichIterable<Character>, MutableSet<Character>, MutableSetIterable<Character>, SetIterable<Character>, UnsortedSetIterable<Character>

public class BoxedMutableCharSet extends AbstractMutableSet<Character> implements MutableSet<Character>
A boxed view of a MutableCharSet. 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 boxedPrimitiveSet.stg.

Since:
12.0