Class Byte2DoubleSortedMaps.Singleton

All Implemented Interfaces:
Byte2DoubleFunction, Byte2DoubleMap, Byte2DoubleSortedMap, Function<Byte,Double>, Serializable, Cloneable, Function<Byte,Double>, IntToDoubleFunction, Map<Byte,Double>, SortedMap<Byte,Double>
Enclosing class:
Byte2DoubleSortedMaps

public static class Byte2DoubleSortedMaps.Singleton extends Byte2DoubleMaps.Singleton implements Byte2DoubleSortedMap, Serializable, Cloneable
An immutable class representing a type-specific singleton sorted map.

This class may be useful to implement your own in case you subclass a type-specific sorted map.

See Also: