Class Object2IntSortedMaps.Singleton<K>

All Implemented Interfaces:
Function<K,Integer>, Object2IntFunction<K>, Object2IntMap<K>, Object2IntSortedMap<K>, Serializable, Cloneable, Function<K,Integer>, ToIntFunction<K>, Map<K,Integer>, SortedMap<K,Integer>
Enclosing class:
Object2IntSortedMaps

public static class Object2IntSortedMaps.Singleton<K> extends Object2IntMaps.Singleton<K> implements Object2IntSortedMap<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: