Class Short2ObjectSortedMaps.EmptySortedMap<V>

All Implemented Interfaces:
Function<Short,V>, Short2ObjectFunction<V>, Short2ObjectMap<V>, Short2ObjectSortedMap<V>, Serializable, Cloneable, Function<Short,V>, IntFunction<V>, Map<Short,V>, SortedMap<Short,V>
Enclosing class:
Short2ObjectSortedMaps

public static class Short2ObjectSortedMaps.EmptySortedMap<V> extends Short2ObjectMaps.EmptyMap<V> implements Short2ObjectSortedMap<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: