Uses of Class
org.eclipse.collections.impl.map.sorted.mutable.SynchronizedSortedMap
Packages that use SynchronizedSortedMap
-
Uses of SynchronizedSortedMap in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable that return SynchronizedSortedMapModifier and TypeMethodDescriptionstatic <K,
V, M extends SortedMap<K, V>>
SynchronizedSortedMap<K, V> SynchronizedSortedMap.of
(M map) This method will take a MutableSortedMap and wrap it directly in a SynchronizedSortedMap.static <K,
V, M extends SortedMap<K, V>>
SynchronizedSortedMap<K, V>