Class Float2ShortMaps.EmptyMap

All Implemented Interfaces:
Float2ShortFunction, Float2ShortMap, Function<Float,Short>, Serializable, Cloneable, DoubleToIntFunction, Function<Float,Short>, Map<Float,Short>
Direct Known Subclasses:
Float2ShortSortedMaps.EmptySortedMap
Enclosing class:
Float2ShortMaps

public static class Float2ShortMaps.EmptyMap extends Float2ShortFunctions.EmptyFunction implements Float2ShortMap, 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: