Class Float2ObjectMaps.EmptyMap<V>

All Implemented Interfaces:
Float2ObjectFunction<V>, Float2ObjectMap<V>, Function<Float,V>, Serializable, Cloneable, DoubleFunction<V>, Function<Float,V>, Map<Float,V>
Direct Known Subclasses:
Float2ObjectSortedMaps.EmptySortedMap
Enclosing class:
Float2ObjectMaps

public static class Float2ObjectMaps.EmptyMap<V> extends Float2ObjectFunctions.EmptyFunction<V> implements Float2ObjectMap<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: