Class CharSortedSets.EmptySet

All Implemented Interfaces:
CharBidirectionalIterable, CharCollection, CharIterable, CharSet, CharSortedSet, Serializable, Cloneable, Iterable<Character>, Collection<Character>, Set<Character>, SortedSet<Character>
Enclosing class:
CharSortedSets

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

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

See Also: