Class Float2LongSortedMaps.EmptySortedMap

All Implemented Interfaces:
Float2LongFunction, Float2LongMap, Float2LongSortedMap, Function<Float,​Long>, Serializable, Cloneable, DoubleToLongFunction, Function<Float,​Long>, Map<Float,​Long>, SortedMap<Float,​Long>
Enclosing class:
Float2LongSortedMaps

public static class Float2LongSortedMaps.EmptySortedMap
extends Float2LongMaps.EmptyMap
implements Float2LongSortedMap, 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