Class Byte2IntSortedMaps.EmptySortedMap

All Implemented Interfaces:
Byte2IntFunction, Byte2IntMap, Byte2IntSortedMap, Function<Byte,Integer>, Serializable, Cloneable, Function<Byte,Integer>, IntUnaryOperator, Map<Byte,Integer>, SortedMap<Byte,Integer>
Enclosing class:
Byte2IntSortedMaps

public static class Byte2IntSortedMaps.EmptySortedMap extends Byte2IntMaps.EmptyMap implements Byte2IntSortedMap, 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: