Class Short2ReferenceSortedMaps.EmptySortedMap<V>

All Implemented Interfaces:
Function<Short,V>, Short2ReferenceFunction<V>, Short2ReferenceMap<V>, Short2ReferenceSortedMap<V>, Serializable, Cloneable, Function<Short,V>, IntFunction<V>, Map<Short,V>, SortedMap<Short,V>
Enclosing class:
Short2ReferenceSortedMaps

public static class Short2ReferenceSortedMaps.EmptySortedMap<V> extends Short2ReferenceMaps.EmptyMap<V> implements Short2ReferenceSortedMap<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: