Class Object2ByteSortedMaps.EmptySortedMap<K>

All Implemented Interfaces:
Function<K,Byte>, Object2ByteFunction<K>, Object2ByteMap<K>, Object2ByteSortedMap<K>, Serializable, Cloneable, Function<K,Byte>, ToIntFunction<K>, Map<K,Byte>, SortedMap<K,Byte>
Enclosing class:
Object2ByteSortedMaps

public static class Object2ByteSortedMaps.EmptySortedMap<K> extends Object2ByteMaps.EmptyMap<K> implements Object2ByteSortedMap<K>, 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: