Class Object2ShortSortedMaps.EmptySortedMap<K>

All Implemented Interfaces:
Function<K,Short>, Object2ShortFunction<K>, Object2ShortMap<K>, Object2ShortSortedMap<K>, Serializable, Cloneable, Function<K,Short>, ToIntFunction<K>, Map<K,Short>, SortedMap<K,Short>
Enclosing class:
Object2ShortSortedMaps

public static class Object2ShortSortedMaps.EmptySortedMap<K> extends Object2ShortMaps.EmptyMap<K> implements Object2ShortSortedMap<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: