Class Char2ShortSortedMaps.Singleton

All Implemented Interfaces:
Char2ShortFunction, Char2ShortMap, Char2ShortSortedMap, Function<Character,Short>, Serializable, Cloneable, Function<Character,Short>, IntUnaryOperator, Map<Character,Short>, SortedMap<Character,Short>
Enclosing class:
Char2ShortSortedMaps

public static class Char2ShortSortedMaps.Singleton extends Char2ShortMaps.Singleton implements Char2ShortSortedMap, 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: