Class Long2ReferenceMaps.Singleton<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.Singleton
Enclosing class:
Long2ReferenceMaps

public static class Long2ReferenceMaps.Singleton<V> extends Long2ReferenceFunctions.Singleton<V> implements Long2ReferenceMap<V>, Serializable, Cloneable
An immutable class representing a type-specific singleton map.

This class may be useful to implement your own in case you subclass a type-specific map.

See Also: