Class Int2CharSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Integer,Character>, Int2CharFunction, Int2CharMap, Int2CharSortedMap, Serializable, Cloneable, Function<Integer,Character>, IntUnaryOperator, Map<Integer,Character>, SortedMap<Integer,Character>
Enclosing class:
Int2CharSortedMaps

public static class Int2CharSortedMaps.EmptySortedMap extends Int2CharMaps.EmptyMap implements Int2CharSortedMap, 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: