Class Long2CharSortedMaps.Singleton

All Implemented Interfaces:
Function<Long,Character>, Long2CharFunction, Long2CharMap, Long2CharSortedMap, Serializable, Cloneable, Function<Long,Character>, LongToIntFunction, Map<Long,Character>, SortedMap<Long,Character>
Enclosing class:
Long2CharSortedMaps

public static class Long2CharSortedMaps.Singleton extends Long2CharMaps.Singleton implements Long2CharSortedMap, 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: