Class Byte2FloatSortedMaps.EmptySortedMap

All Implemented Interfaces:
Byte2FloatFunction, Byte2FloatMap, Byte2FloatSortedMap, Function<Byte,Float>, Serializable, Cloneable, Function<Byte,Float>, IntToDoubleFunction, Map<Byte,Float>, SortedMap<Byte,Float>
Enclosing class:
Byte2FloatSortedMaps

public static class Byte2FloatSortedMaps.EmptySortedMap extends Byte2FloatMaps.EmptyMap implements Byte2FloatSortedMap, 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: