Class Reference2ShortMaps.EmptyMap<K>

All Implemented Interfaces:
Function<K,Short>, Reference2ShortFunction<K>, Reference2ShortMap<K>, Serializable, Cloneable, Function<K,Short>, ToIntFunction<K>, Map<K,Short>
Direct Known Subclasses:
Reference2ShortSortedMaps.EmptySortedMap
Enclosing class:
Reference2ShortMaps

public static class Reference2ShortMaps.EmptyMap<K> extends Reference2ShortFunctions.EmptyFunction<K> implements Reference2ShortMap<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: