Class Reference2IntSortedMaps.Singleton<K>

All Implemented Interfaces:
Function<K,Integer>, Reference2IntFunction<K>, Reference2IntMap<K>, Reference2IntSortedMap<K>, Serializable, Cloneable, Function<K,Integer>, ToIntFunction<K>, Map<K,Integer>, SortedMap<K,Integer>
Enclosing class:
Reference2IntSortedMaps

public static class Reference2IntSortedMaps.Singleton<K> extends Reference2IntMaps.Singleton<K> implements Reference2IntSortedMap<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: