Class Int2CharSortedMaps.Singleton

All Implemented Interfaces:
Function<Integer,Character>, Int2CharFunction, Int2CharMap, Int2CharSortedMap, Serializable, Cloneable, Function<Integer,Character>, IntUnaryOperator, Map<Integer,Character>, SortedMap<Integer,Character>
Enclosing class:
Int2CharSortedMaps

public static class Int2CharSortedMaps.Singleton extends Int2CharMaps.Singleton implements Int2CharSortedMap, 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: