Class Byte2DoubleMaps.Singleton

All Implemented Interfaces:
Byte2DoubleFunction, Byte2DoubleMap, Function<Byte,Double>, Serializable, Cloneable, Function<Byte,Double>, IntToDoubleFunction, Map<Byte,Double>
Direct Known Subclasses:
Byte2DoubleSortedMaps.Singleton
Enclosing class:
Byte2DoubleMaps

public static class Byte2DoubleMaps.Singleton extends Byte2DoubleFunctions.Singleton implements Byte2DoubleMap, 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: