Class Char2ByteMaps.EmptyMap

All Implemented Interfaces:
Char2ByteFunction, Char2ByteMap, Function<Character,Byte>, Serializable, Cloneable, Function<Character,Byte>, IntUnaryOperator, Map<Character,Byte>
Direct Known Subclasses:
Char2ByteSortedMaps.EmptySortedMap
Enclosing class:
Char2ByteMaps

public static class Char2ByteMaps.EmptyMap extends Char2ByteFunctions.EmptyFunction implements Char2ByteMap, 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: