Class Byte2CharSortedMaps.Singleton

All Implemented Interfaces:
Byte2CharFunction, Byte2CharMap, Byte2CharSortedMap, Function<Byte,Character>, Serializable, Cloneable, Function<Byte,Character>, IntUnaryOperator, Map<Byte,Character>, SortedMap<Byte,Character>
Enclosing class:
Byte2CharSortedMaps

public static class Byte2CharSortedMaps.Singleton extends Byte2CharMaps.Singleton implements Byte2CharSortedMap, 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: