Class Long2ReferenceSortedMaps.EmptySortedMap<V>

All Implemented Interfaces:
Function<Long,V>, Long2ReferenceFunction<V>, Long2ReferenceMap<V>, Long2ReferenceSortedMap<V>, Serializable, Cloneable, Function<Long,V>, LongFunction<V>, Map<Long,V>, SortedMap<Long,V>
Enclosing class:
Long2ReferenceSortedMaps

public static class Long2ReferenceSortedMaps.EmptySortedMap<V> extends Long2ReferenceMaps.EmptyMap<V> implements Long2ReferenceSortedMap<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: