Class CharLists.EmptyList

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

public static class CharLists.EmptyList
extends CharCollections.EmptyCollection
implements CharList, RandomAccess, Serializable, Cloneable
An immutable class representing an empty type-specific list.

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

See Also:
Serialized Form