Class Long2ReferenceMaps.EmptyMap<V>

All Implemented Interfaces:
Function<Long,​V>, Long2ReferenceFunction<V>, Long2ReferenceMap<V>, Serializable, Cloneable, Function<Long,​V>, LongFunction<V>, Map<Long,​V>
Direct Known Subclasses:
Long2ReferenceSortedMaps.EmptySortedMap
Enclosing class:
Long2ReferenceMaps

public static class Long2ReferenceMaps.EmptyMap<V>
extends Long2ReferenceFunctions.EmptyFunction<V>
implements Long2ReferenceMap<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:
Serialized Form