Class Reference2ByteSortedMaps.Singleton<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.Singleton<K> extends Reference2ByteMaps.Singleton<K> implements Reference2ByteSortedMap<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: