Class Char2ShortMaps.EmptyMap

All Implemented Interfaces:
Char2ShortFunction, Char2ShortMap, Function<Character,Short>, Serializable, Cloneable, Function<Character,Short>, IntUnaryOperator, Map<Character,Short>
Direct Known Subclasses:
Char2ShortSortedMaps.EmptySortedMap
Enclosing class:
Char2ShortMaps

public static class Char2ShortMaps.EmptyMap extends Char2ShortFunctions.EmptyFunction implements Char2ShortMap, 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: