Class Double2ShortMaps.Singleton

All Implemented Interfaces:
Double2ShortFunction, Double2ShortMap, Function<Double,Short>, Serializable, Cloneable, DoubleToIntFunction, Function<Double,Short>, Map<Double,Short>
Direct Known Subclasses:
Double2ShortSortedMaps.Singleton
Enclosing class:
Double2ShortMaps

public static class Double2ShortMaps.Singleton extends Double2ShortFunctions.Singleton implements Double2ShortMap, 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: