Class Object2ByteSortedMaps.Singleton<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.Singleton<K>
extends Object2ByteMaps.Singleton<K>
implements Object2ByteSortedMap<K>, Serializable, Cloneable
An immutable class representing a type-specific singleton sorted map.

This class may be useful to implement your own in case you subclass a type-specific sorted map.

See Also:
Serialized Form