Class Int2CharMaps.EmptyMap

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

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