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

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