Class Char2FloatMaps.Singleton

All Implemented Interfaces:
Char2FloatFunction, Char2FloatMap, Function<Character,Float>, Serializable, Cloneable, Function<Character,Float>, IntToDoubleFunction, Map<Character,Float>
Direct Known Subclasses:
Char2FloatSortedMaps.Singleton
Enclosing class:
Char2FloatMaps

public static class Char2FloatMaps.Singleton extends Char2FloatFunctions.Singleton implements Char2FloatMap, 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: