Class Float2CharSortedMaps.Singleton

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

public static class Float2CharSortedMaps.Singleton extends Float2CharMaps.Singleton implements Float2CharSortedMap, Serializable, Cloneable
An immutable class representing a type-specific singleton sorted map.

This class may be useful to implement your own in case you subclass a type-specific sorted map.

See Also: