Class Double2ObjectMaps.EmptyMap<V>

All Implemented Interfaces:
Double2ObjectFunction<V>, Double2ObjectMap<V>, Function<Double,V>, Serializable, Cloneable, DoubleFunction<V>, Function<Double,V>, Map<Double,V>
Direct Known Subclasses:
Double2ObjectSortedMaps.EmptySortedMap
Enclosing class:
Double2ObjectMaps

public static class Double2ObjectMaps.EmptyMap<V> extends Double2ObjectFunctions.EmptyFunction<V> implements Double2ObjectMap<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: