Class Char2LongSortedMaps.Singleton

All Implemented Interfaces:
Char2LongFunction, Char2LongMap, Char2LongSortedMap, Function<Character,Long>, Serializable, Cloneable, Function<Character,Long>, IntToLongFunction, Map<Character,Long>, SortedMap<Character,Long>
Enclosing class:
Char2LongSortedMaps

public static class Char2LongSortedMaps.Singleton extends Char2LongMaps.Singleton implements Char2LongSortedMap, 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: