Class Char2ByteSortedMaps.EmptySortedMap

All Implemented Interfaces:
Char2ByteFunction, Char2ByteMap, Char2ByteSortedMap, Function<Character,Byte>, Serializable, Cloneable, Function<Character,Byte>, IntUnaryOperator, Map<Character,Byte>, SortedMap<Character,Byte>
Enclosing class:
Char2ByteSortedMaps

public static class Char2ByteSortedMaps.EmptySortedMap extends Char2ByteMaps.EmptyMap implements Char2ByteSortedMap, 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: