Class Char2ReferenceSortedMaps.Singleton<V>

All Implemented Interfaces:
Char2ReferenceFunction<V>, Char2ReferenceMap<V>, Char2ReferenceSortedMap<V>, Function<Character,V>, Serializable, Cloneable, Function<Character,V>, IntFunction<V>, Map<Character,V>, SortedMap<Character,V>
Enclosing class:
Char2ReferenceSortedMaps

public static class Char2ReferenceSortedMaps.Singleton<V> extends Char2ReferenceMaps.Singleton<V> implements Char2ReferenceSortedMap<V>, 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: