Class Float2ReferenceMaps.EmptyMap<V>

All Implemented Interfaces:
Float2ReferenceFunction<V>, Float2ReferenceMap<V>, Function<Float,V>, Serializable, Cloneable, DoubleFunction<V>, Function<Float,V>, Map<Float,V>
Direct Known Subclasses:
Float2ReferenceSortedMaps.EmptySortedMap
Enclosing class:
Float2ReferenceMaps

public static class Float2ReferenceMaps.EmptyMap<V> extends Float2ReferenceFunctions.EmptyFunction<V> implements Float2ReferenceMap<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: