Class Float2LongMaps.EmptyMap

All Implemented Interfaces:
Float2LongFunction, Float2LongMap, Function<Float,Long>, Serializable, Cloneable, DoubleToLongFunction, Function<Float,Long>, Map<Float,Long>
Direct Known Subclasses:
Float2LongSortedMaps.EmptySortedMap
Enclosing class:
Float2LongMaps

public static class Float2LongMaps.EmptyMap extends Float2LongFunctions.EmptyFunction implements Float2LongMap, 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: