Class Float2CharMaps.EmptyMap

All Implemented Interfaces:
Float2CharFunction, Float2CharMap, Function<Float,Character>, Serializable, Cloneable, DoubleToIntFunction, Function<Float,Character>, Map<Float,Character>
Direct Known Subclasses:
Float2CharSortedMaps.EmptySortedMap
Enclosing class:
Float2CharMaps

public static class Float2CharMaps.EmptyMap extends Float2CharFunctions.EmptyFunction implements Float2CharMap, 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: