Class Object2LongSortedMaps.Singleton<K>

All Implemented Interfaces:
Function<K,Long>, Object2LongFunction<K>, Object2LongMap<K>, Object2LongSortedMap<K>, Serializable, Cloneable, Function<K,Long>, ToLongFunction<K>, Map<K,Long>, SortedMap<K,Long>
Enclosing class:
Object2LongSortedMaps

public static class Object2LongSortedMaps.Singleton<K> extends Object2LongMaps.Singleton<K> implements Object2LongSortedMap<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: