Class CharSets.EmptySet

All Implemented Interfaces:
CharCollection, CharIterable, CharSet, Serializable, Cloneable, Iterable<Character>, Collection<Character>, Set<Character>
Direct Known Subclasses:
CharSortedSets.EmptySet
Enclosing class:
CharSets

public static class CharSets.EmptySet extends CharCollections.EmptyCollection implements CharSet, Serializable, Cloneable
An immutable class representing the empty set and implementing a type-specific set interface.

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

See Also: