Class Short2CharMaps.EmptyMap

All Implemented Interfaces:
Function<Short,Character>, Short2CharFunction, Short2CharMap, Serializable, Cloneable, Function<Short,Character>, IntUnaryOperator, Map<Short,Character>
Direct Known Subclasses:
Short2CharSortedMaps.EmptySortedMap
Enclosing class:
Short2CharMaps

public static class Short2CharMaps.EmptyMap extends Short2CharFunctions.EmptyFunction implements Short2CharMap, 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: