Class CharLists.Singleton

All Implemented Interfaces:
CharCollection, CharIterable, CharList, CharStack, Stack<Character>, Serializable, Cloneable, Comparable<List<? extends Character>>, Iterable<Character>, Collection<Character>, List<Character>, RandomAccess
Enclosing class:
CharLists

public static class CharLists.Singleton extends AbstractCharList implements RandomAccess, Serializable, Cloneable
An immutable class representing a type-specific singleton list.

This class may be useful to implement your own in case you subclass a type-specific list.

See Also: