Class Float2CharSortedMaps.EmptySortedMap

All Implemented Interfaces:
Float2CharFunction, Float2CharMap, Float2CharSortedMap, Function<Float,Character>, Serializable, Cloneable, DoubleToIntFunction, Function<Float,Character>, Map<Float,Character>, SortedMap<Float,Character>
Enclosing class:
Float2CharSortedMaps

public static class Float2CharSortedMaps.EmptySortedMap extends Float2CharMaps.EmptyMap implements Float2CharSortedMap, 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: