Class Short2LongMaps.EmptyMap

All Implemented Interfaces:
Function<Short,Long>, Short2LongFunction, Short2LongMap, Serializable, Cloneable, Function<Short,Long>, IntToLongFunction, Map<Short,Long>
Direct Known Subclasses:
Short2LongSortedMaps.EmptySortedMap
Enclosing class:
Short2LongMaps

public static class Short2LongMaps.EmptyMap extends Short2LongFunctions.EmptyFunction implements Short2LongMap, 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: