Uses of Class
org.eclipse.collections.impl.map.sorted.mutable.SynchronizedSortedMap
-
Packages that use SynchronizedSortedMap Package Description org.eclipse.collections.impl.map.sorted.mutable This package contains implementations of theMutableSortedMap
interface. -
-
Uses of SynchronizedSortedMap in org.eclipse.collections.impl.map.sorted.mutable
Methods in org.eclipse.collections.impl.map.sorted.mutable that return SynchronizedSortedMap Modifier and Type Method Description static <K,V,M extends java.util.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 java.util.SortedMap<K,V>>
SynchronizedSortedMap<K,V>SynchronizedSortedMap. of(M map, java.lang.Object lock)
-