Class Char2LongMaps.EmptyMap

All Implemented Interfaces:
Char2LongFunction, Char2LongMap, Function<Character,Long>, Serializable, Cloneable, Function<Character,Long>, IntToLongFunction, Map<Character,Long>
Direct Known Subclasses:
Char2LongSortedMaps.EmptySortedMap
Enclosing class:
Char2LongMaps

public static class Char2LongMaps.EmptyMap extends Char2LongFunctions.EmptyFunction implements Char2LongMap, 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: