Class Float2IntMaps.EmptyMap

All Implemented Interfaces:
Float2IntFunction, Float2IntMap, Function<Float,Integer>, Serializable, Cloneable, DoubleToIntFunction, Function<Float,Integer>, Map<Float,Integer>
Direct Known Subclasses:
Float2IntSortedMaps.EmptySortedMap
Enclosing class:
Float2IntMaps

public static class Float2IntMaps.EmptyMap extends Float2IntFunctions.EmptyFunction implements Float2IntMap, 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: