Class Double2ObjectMaps.Singleton<V>

All Implemented Interfaces:
Double2ObjectFunction<V>, Double2ObjectMap<V>, Function<Double,V>, Serializable, Cloneable, DoubleFunction<V>, Function<Double,V>, Map<Double,V>
Direct Known Subclasses:
Double2ObjectSortedMaps.Singleton
Enclosing class:
Double2ObjectMaps

public static class Double2ObjectMaps.Singleton<V> extends Double2ObjectFunctions.Singleton<V> implements Double2ObjectMap<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: