Class Int2FloatSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Integer,Float>, Int2FloatFunction, Int2FloatMap, Int2FloatSortedMap, Serializable, Cloneable, Function<Integer,Float>, IntToDoubleFunction, Map<Integer,Float>, SortedMap<Integer,Float>
Enclosing class:
Int2FloatSortedMaps

public static class Int2FloatSortedMaps.EmptySortedMap extends Int2FloatMaps.EmptyMap implements Int2FloatSortedMap, 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: