Class Byte2DoubleSortedMaps.EmptySortedMap

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.EmptySortedMap extends Byte2DoubleMaps.EmptyMap implements Byte2DoubleSortedMap, Serializable, Cloneable
An immutable class representing an empty type-specific sorted map.

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

See Also: