Class Double2ShortSortedMaps.EmptySortedMap

All Implemented Interfaces:
Double2ShortFunction, Double2ShortMap, Double2ShortSortedMap, Function<Double,Short>, Serializable, Cloneable, DoubleToIntFunction, Function<Double,Short>, Map<Double,Short>, SortedMap<Double,Short>
Enclosing class:
Double2ShortSortedMaps

public static class Double2ShortSortedMaps.EmptySortedMap extends Double2ShortMaps.EmptyMap implements Double2ShortSortedMap, 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: