Class Int2CharMaps.Singleton

All Implemented Interfaces:
Function<Integer,Character>, Int2CharFunction, Int2CharMap, Serializable, Cloneable, Function<Integer,Character>, IntUnaryOperator, Map<Integer,Character>
Direct Known Subclasses:
Int2CharSortedMaps.Singleton
Enclosing class:
Int2CharMaps

public static class Int2CharMaps.Singleton extends Int2CharFunctions.Singleton implements Int2CharMap, 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: