Class Byte2CharMaps.EmptyMap

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

public static class Byte2CharMaps.EmptyMap extends Byte2CharFunctions.EmptyFunction implements Byte2CharMap, Serializable, Cloneable
An immutable class representing an empty type-specific map.

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

See Also: