Class Double2CharMaps.EmptyMap

All Implemented Interfaces:
Double2CharFunction, Double2CharMap, Function<Double,Character>, Serializable, Cloneable, DoubleToIntFunction, Function<Double,Character>, Map<Double,Character>
Direct Known Subclasses:
Double2CharSortedMaps.EmptySortedMap
Enclosing class:
Double2CharMaps

public static class Double2CharMaps.EmptyMap extends Double2CharFunctions.EmptyFunction implements Double2CharMap, 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: