Class Long2ObjectSortedMaps.EmptySortedMap<V>

All Implemented Interfaces:
Function<Long,V>, Long2ObjectFunction<V>, Long2ObjectMap<V>, Long2ObjectSortedMap<V>, Serializable, Cloneable, Function<Long,V>, LongFunction<V>, Map<Long,V>, SortedMap<Long,V>
Enclosing class:
Long2ObjectSortedMaps

public static class Long2ObjectSortedMaps.EmptySortedMap<V> extends Long2ObjectMaps.EmptyMap<V> implements Long2ObjectSortedMap<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: