Class Long2ByteSortedMaps.Singleton

All Implemented Interfaces:
Function<Long,Byte>, Long2ByteFunction, Long2ByteMap, Long2ByteSortedMap, Serializable, Cloneable, Function<Long,Byte>, LongToIntFunction, Map<Long,Byte>, SortedMap<Long,Byte>
Enclosing class:
Long2ByteSortedMaps

public static class Long2ByteSortedMaps.Singleton extends Long2ByteMaps.Singleton implements Long2ByteSortedMap, 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: