Class CharSortedSets.Singleton

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.Singleton extends CharSets.Singleton implements CharSortedSet, Serializable, Cloneable
A class representing a singleton sorted set.

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

See Also: