Class Byte2CharSortedMaps.EmptySortedMap

All Implemented Interfaces:
Byte2CharFunction, Byte2CharMap, Byte2CharSortedMap, Function<Byte,Character>, Serializable, Cloneable, Function<Byte,Character>, IntUnaryOperator, Map<Byte,Character>, SortedMap<Byte,Character>
Enclosing class:
Byte2CharSortedMaps

public static class Byte2CharSortedMaps.EmptySortedMap extends Byte2CharMaps.EmptyMap implements Byte2CharSortedMap, 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: