Class Double2ByteSortedMaps.EmptySortedMap

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.EmptySortedMap extends Double2ByteMaps.EmptyMap implements Double2ByteSortedMap, 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: