Class Int2ShortSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Integer,Short>, Int2ShortFunction, Int2ShortMap, Int2ShortSortedMap, Serializable, Cloneable, Function<Integer,Short>, IntUnaryOperator, Map<Integer,Short>, SortedMap<Integer,Short>
Enclosing class:
Int2ShortSortedMaps

public static class Int2ShortSortedMaps.EmptySortedMap extends Int2ShortMaps.EmptyMap implements Int2ShortSortedMap, 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: