Class Object2FloatSortedMaps.EmptySortedMap<K>

All Implemented Interfaces:
Function<K,​Float>, Object2FloatFunction<K>, Object2FloatMap<K>, Object2FloatSortedMap<K>, Serializable, Cloneable, Function<K,​Float>, ToDoubleFunction<K>, Map<K,​Float>, SortedMap<K,​Float>
Enclosing class:
Object2FloatSortedMaps

public static class Object2FloatSortedMaps.EmptySortedMap<K>
extends Object2FloatMaps.EmptyMap<K>
implements Object2FloatSortedMap<K>, 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:
Serialized Form