Class Byte2ShortSortedMaps.EmptySortedMap

All Implemented Interfaces:
Byte2ShortFunction, Byte2ShortMap, Byte2ShortSortedMap, Function<Byte,Short>, Serializable, Cloneable, Function<Byte,Short>, IntUnaryOperator, Map<Byte,Short>, SortedMap<Byte,Short>
Enclosing class:
Byte2ShortSortedMaps

public static class Byte2ShortSortedMaps.EmptySortedMap extends Byte2ShortMaps.EmptyMap implements Byte2ShortSortedMap, 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: