Class Int2DoubleMaps.EmptyMap

All Implemented Interfaces:
Function<Integer,Double>, Int2DoubleFunction, Int2DoubleMap, Serializable, Cloneable, Function<Integer,Double>, IntToDoubleFunction, Map<Integer,Double>
Direct Known Subclasses:
Int2DoubleSortedMaps.EmptySortedMap
Enclosing class:
Int2DoubleMaps

public static class Int2DoubleMaps.EmptyMap extends Int2DoubleFunctions.EmptyFunction implements Int2DoubleMap, 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: