Class Object2IntSortedMaps.SynchronizedSortedMap<K>

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

public static class Object2IntSortedMaps.SynchronizedSortedMap<K> extends Object2IntMaps.SynchronizedMap<K> implements Object2IntSortedMap<K>, Serializable
A synchronized wrapper class for sorted maps.
See Also: