Class Char2IntMaps.Singleton

All Implemented Interfaces:
Char2IntFunction, Char2IntMap, Function<Character,​Integer>, Serializable, Cloneable, Function<Character,​Integer>, IntUnaryOperator, Map<Character,​Integer>
Direct Known Subclasses:
Char2IntSortedMaps.Singleton
Enclosing class:
Char2IntMaps

public static class Char2IntMaps.Singleton
extends Char2IntFunctions.Singleton
implements Char2IntMap, 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:
Serialized Form