Class Long2ObjectMaps.EmptyMap<V>

All Implemented Interfaces:
Function<Long,V>, Long2ObjectFunction<V>, Long2ObjectMap<V>, Serializable, Cloneable, Function<Long,V>, LongFunction<V>, Map<Long,V>
Direct Known Subclasses:
Long2ObjectSortedMaps.EmptySortedMap
Enclosing class:
Long2ObjectMaps

public static class Long2ObjectMaps.EmptyMap<V> extends Long2ObjectFunctions.EmptyFunction<V> implements Long2ObjectMap<V>, 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: