Class Float2ByteSortedMaps.EmptySortedMap

All Implemented Interfaces:
Float2ByteFunction, Float2ByteMap, Float2ByteSortedMap, Function<Float,Byte>, Serializable, Cloneable, DoubleToIntFunction, Function<Float,Byte>, Map<Float,Byte>, SortedMap<Float,Byte>
Enclosing class:
Float2ByteSortedMaps

public static class Float2ByteSortedMaps.EmptySortedMap extends Float2ByteMaps.EmptyMap implements Float2ByteSortedMap, 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: