Class Short2ObjectMaps.EmptyMap<V>

All Implemented Interfaces:
Function<Short,V>, Short2ObjectFunction<V>, Short2ObjectMap<V>, Serializable, Cloneable, Function<Short,V>, IntFunction<V>, Map<Short,V>
Direct Known Subclasses:
Short2ObjectSortedMaps.EmptySortedMap
Enclosing class:
Short2ObjectMaps

public static class Short2ObjectMaps.EmptyMap<V> extends Short2ObjectFunctions.EmptyFunction<V> implements Short2ObjectMap<V>, 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: