Class Long2IntMaps.EmptyMap

All Implemented Interfaces:
Function<Long,Integer>, Long2IntFunction, Long2IntMap, Serializable, Cloneable, Function<Long,Integer>, LongToIntFunction, Map<Long,Integer>
Direct Known Subclasses:
Long2IntSortedMaps.EmptySortedMap
Enclosing class:
Long2IntMaps

public static class Long2IntMaps.EmptyMap extends Long2IntFunctions.EmptyFunction implements Long2IntMap, 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: