Class Object2LongMaps.EmptyMap<K>

All Implemented Interfaces:
Function<K,Long>, Object2LongFunction<K>, Object2LongMap<K>, Serializable, Cloneable, Function<K,Long>, ToLongFunction<K>, Map<K,Long>
Direct Known Subclasses:
Object2LongSortedMaps.EmptySortedMap
Enclosing class:
Object2LongMaps

public static class Object2LongMaps.EmptyMap<K> extends Object2LongFunctions.EmptyFunction<K> implements Object2LongMap<K>, 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: