Class Char2ObjectMaps.Singleton<V>

All Implemented Interfaces:
Char2ObjectFunction<V>, Char2ObjectMap<V>, Function<Character,V>, Serializable, Cloneable, Function<Character,V>, IntFunction<V>, Map<Character,V>
Direct Known Subclasses:
Char2ObjectSortedMaps.Singleton
Enclosing class:
Char2ObjectMaps

public static class Char2ObjectMaps.Singleton<V> extends Char2ObjectFunctions.Singleton<V> implements Char2ObjectMap<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: