Class Double2ByteSortedMaps.Singleton

All Implemented Interfaces:
Double2ByteFunction, Double2ByteMap, Double2ByteSortedMap, Function<Double,Byte>, Serializable, Cloneable, DoubleToIntFunction, Function<Double,Byte>, Map<Double,Byte>, SortedMap<Double,Byte>
Enclosing class:
Double2ByteSortedMaps

public static class Double2ByteSortedMaps.Singleton extends Double2ByteMaps.Singleton implements Double2ByteSortedMap, 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: