Class Char2IntSortedMaps.EmptySortedMap

All Implemented Interfaces:
Char2IntFunction, Char2IntMap, Char2IntSortedMap, Function<Character,Integer>, Serializable, Cloneable, Function<Character,Integer>, IntUnaryOperator, Map<Character,Integer>, SortedMap<Character,Integer>
Enclosing class:
Char2IntSortedMaps

public static class Char2IntSortedMaps.EmptySortedMap extends Char2IntMaps.EmptyMap implements Char2IntSortedMap, 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: