Class Char2IntMaps.EmptyMap

All Implemented Interfaces:
Char2IntFunction, Char2IntMap, Function<Character,Integer>, Serializable, Cloneable, Function<Character,Integer>, IntUnaryOperator, Map<Character,Integer>
Direct Known Subclasses:
Char2IntSortedMaps.EmptySortedMap
Enclosing class:
Char2IntMaps

public static class Char2IntMaps.EmptyMap extends Char2IntFunctions.EmptyFunction implements Char2IntMap, 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: