Class Object2CharSortedMaps.Singleton<K>

All Implemented Interfaces:
Function<K,​Character>, Object2CharFunction<K>, Object2CharMap<K>, Object2CharSortedMap<K>, Serializable, Cloneable, Function<K,​Character>, ToIntFunction<K>, Map<K,​Character>, SortedMap<K,​Character>
Enclosing class:
Object2CharSortedMaps

public static class Object2CharSortedMaps.Singleton<K>
extends Object2CharMaps.Singleton<K>
implements Object2CharSortedMap<K>, Serializable, Cloneable
An immutable class representing a type-specific singleton sorted map.

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

See Also:
Serialized Form