Class Int2DoubleSortedMaps.EmptySortedMap

All Implemented Interfaces:
Function<Integer,Double>, Int2DoubleFunction, Int2DoubleMap, Int2DoubleSortedMap, Serializable, Cloneable, Function<Integer,Double>, IntToDoubleFunction, Map<Integer,Double>, SortedMap<Integer,Double>
Enclosing class:
Int2DoubleSortedMaps

public static class Int2DoubleSortedMaps.EmptySortedMap extends Int2DoubleMaps.EmptyMap implements Int2DoubleSortedMap, 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: