Class Float2ObjectSortedMaps.EmptySortedMap<V>

All Implemented Interfaces:
Float2ObjectFunction<V>, Float2ObjectMap<V>, Float2ObjectSortedMap<V>, Function<Float,V>, Serializable, Cloneable, DoubleFunction<V>, Function<Float,V>, Map<Float,V>, SortedMap<Float,V>
Enclosing class:
Float2ObjectSortedMaps

public static class Float2ObjectSortedMaps.EmptySortedMap<V> extends Float2ObjectMaps.EmptyMap<V> implements Float2ObjectSortedMap<V>, 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: