Class Float2ReferenceSortedMaps.EmptySortedMap<V>

All Implemented Interfaces:
Float2ReferenceFunction<V>, Float2ReferenceMap<V>, Float2ReferenceSortedMap<V>, Function<Float,V>, Serializable, Cloneable, DoubleFunction<V>, Function<Float,V>, Map<Float,V>, SortedMap<Float,V>
Enclosing class:
Float2ReferenceSortedMaps

public static class Float2ReferenceSortedMaps.EmptySortedMap<V> extends Float2ReferenceMaps.EmptyMap<V> implements Float2ReferenceSortedMap<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: