Class Long2CharMaps.EmptyMap

All Implemented Interfaces:
Function<Long,Character>, Long2CharFunction, Long2CharMap, Serializable, Cloneable, Function<Long,Character>, LongToIntFunction, Map<Long,Character>
Direct Known Subclasses:
Long2CharSortedMaps.EmptySortedMap
Enclosing class:
Long2CharMaps

public static class Long2CharMaps.EmptyMap extends Long2CharFunctions.EmptyFunction implements Long2CharMap, 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: