Class CharCollections.EmptyCollection

All Implemented Interfaces:
CharCollection, CharIterable, Iterable<Character>, Collection<Character>
Direct Known Subclasses:
CharBigLists.EmptyBigList, CharLists.EmptyList, CharSets.EmptySet
Enclosing class:
CharCollections

public abstract static class CharCollections.EmptyCollection extends AbstractCharCollection
An immutable class representing an empty type-specific collection.

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