Class Reference2LongSortedMaps.EmptySortedMap<K>

All Implemented Interfaces:
Function<K,Long>, Reference2LongFunction<K>, Reference2LongMap<K>, Reference2LongSortedMap<K>, Serializable, Cloneable, Function<K,Long>, ToLongFunction<K>, Map<K,Long>, SortedMap<K,Long>
Enclosing class:
Reference2LongSortedMaps

public static class Reference2LongSortedMaps.EmptySortedMap<K> extends Reference2LongMaps.EmptyMap<K> implements Reference2LongSortedMap<K>, 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: