Class Object2FloatMaps.EmptyMap<K>

All Implemented Interfaces:
Function<K,Float>, Object2FloatFunction<K>, Object2FloatMap<K>, Serializable, Cloneable, Function<K,Float>, ToDoubleFunction<K>, Map<K,Float>
Direct Known Subclasses:
Object2FloatSortedMaps.EmptySortedMap
Enclosing class:
Object2FloatMaps

public static class Object2FloatMaps.EmptyMap<K> extends Object2FloatFunctions.EmptyFunction<K> implements Object2FloatMap<K>, 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: