Class Char2FloatSortedMaps.EmptySortedMap

All Implemented Interfaces:
Char2FloatFunction, Char2FloatMap, Char2FloatSortedMap, Function<Character,Float>, Serializable, Cloneable, Function<Character,Float>, IntToDoubleFunction, Map<Character,Float>, SortedMap<Character,Float>
Enclosing class:
Char2FloatSortedMaps

public static class Char2FloatSortedMaps.EmptySortedMap extends Char2FloatMaps.EmptyMap implements Char2FloatSortedMap, 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: