Class Double2ShortMaps.EmptyMap

All Implemented Interfaces:
Double2ShortFunction, Double2ShortMap, Function<Double,Short>, Serializable, Cloneable, DoubleToIntFunction, Function<Double,Short>, Map<Double,Short>
Direct Known Subclasses:
Double2ShortSortedMaps.EmptySortedMap
Enclosing class:
Double2ShortMaps

public static class Double2ShortMaps.EmptyMap extends Double2ShortFunctions.EmptyFunction implements Double2ShortMap, 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: