Class Short2DoubleMaps.EmptyMap

All Implemented Interfaces:
Function<Short,Double>, Short2DoubleFunction, Short2DoubleMap, Serializable, Cloneable, Function<Short,Double>, IntToDoubleFunction, Map<Short,Double>
Direct Known Subclasses:
Short2DoubleSortedMaps.EmptySortedMap
Enclosing class:
Short2DoubleMaps

public static class Short2DoubleMaps.EmptyMap extends Short2DoubleFunctions.EmptyFunction implements Short2DoubleMap, 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: