Class Byte2CharMaps.Singleton

All Implemented Interfaces:
Byte2CharFunction, Byte2CharMap, Function<Byte,Character>, Serializable, Cloneable, Function<Byte,Character>, IntUnaryOperator, Map<Byte,Character>
Direct Known Subclasses:
Byte2CharSortedMaps.Singleton
Enclosing class:
Byte2CharMaps

public static class Byte2CharMaps.Singleton extends Byte2CharFunctions.Singleton implements Byte2CharMap, Serializable, Cloneable
An immutable class representing a type-specific singleton map.

This class may be useful to implement your own in case you subclass a type-specific map.

See Also: