Class CharBigLists.EmptyBigList

All Implemented Interfaces:
BigList<Character>, CharBigList, CharCollection, CharIterable, Size64, Serializable, Cloneable, Comparable<BigList<? extends Character>>, Iterable<Character>, Collection<Character>
Enclosing class:
CharBigLists

public static class CharBigLists.EmptyBigList
extends CharCollections.EmptyCollection
implements CharBigList, Serializable, Cloneable
An immutable class representing an empty type-specific big list.

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

See Also:
Serialized Form