Class Char2FloatMaps.EmptyMap

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

public static class Char2FloatMaps.EmptyMap extends Char2FloatFunctions.EmptyFunction implements Char2FloatMap, Serializable, Cloneable
An immutable class representing an empty type-specific map.

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

See Also: