Class Float2IntSortedMaps.EmptySortedMap

All Implemented Interfaces:
Float2IntFunction, Float2IntMap, Float2IntSortedMap, Function<Float,Integer>, Serializable, Cloneable, DoubleToIntFunction, Function<Float,Integer>, Map<Float,Integer>, SortedMap<Float,Integer>
Enclosing class:
Float2IntSortedMaps

public static class Float2IntSortedMaps.EmptySortedMap extends Float2IntMaps.EmptyMap implements Float2IntSortedMap, Serializable, Cloneable
An immutable class representing an empty type-specific sorted map.

This class may be useful to implement your own in case you subclass a type-specific sorted map.

See Also: