Class Reference2ByteSortedMaps.EmptySortedMap<K>

All Implemented Interfaces:
Function<K,Byte>, Reference2ByteFunction<K>, Reference2ByteMap<K>, Reference2ByteSortedMap<K>, Serializable, Cloneable, Function<K,Byte>, ToIntFunction<K>, Map<K,Byte>, SortedMap<K,Byte>
Enclosing class:
Reference2ByteSortedMaps

public static class Reference2ByteSortedMaps.EmptySortedMap<K> extends Reference2ByteMaps.EmptyMap<K> implements Reference2ByteSortedMap<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: