Class Object2ShortMaps.EmptyMap<K>

All Implemented Interfaces:
Function<K,Short>, Object2ShortFunction<K>, Object2ShortMap<K>, Serializable, Cloneable, Function<K,Short>, ToIntFunction<K>, Map<K,Short>
Direct Known Subclasses:
Object2ShortSortedMaps.EmptySortedMap
Enclosing class:
Object2ShortMaps

public static class Object2ShortMaps.EmptyMap<K> extends Object2ShortFunctions.EmptyFunction<K> implements Object2ShortMap<K>, 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: