Class Char2ReferenceMaps.Singleton<V>

All Implemented Interfaces:
Char2ReferenceFunction<V>, Char2ReferenceMap<V>, Function<Character,V>, Serializable, Cloneable, Function<Character,V>, IntFunction<V>, Map<Character,V>
Direct Known Subclasses:
Char2ReferenceSortedMaps.Singleton
Enclosing class:
Char2ReferenceMaps

public static class Char2ReferenceMaps.Singleton<V> extends Char2ReferenceFunctions.Singleton<V> implements Char2ReferenceMap<V>, Serializable, Cloneable
An immutable class representing a type-specific singleton map.

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

See Also: