Class Int2DoubleMaps.Singleton

All Implemented Interfaces:
Function<Integer,Double>, Int2DoubleFunction, Int2DoubleMap, Serializable, Cloneable, Function<Integer,Double>, IntToDoubleFunction, Map<Integer,Double>
Direct Known Subclasses:
Int2DoubleSortedMaps.Singleton
Enclosing class:
Int2DoubleMaps

public static class Int2DoubleMaps.Singleton extends Int2DoubleFunctions.Singleton implements Int2DoubleMap, 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: