Uses of Class
org.eclipse.collections.impl.set.sorted.mutable.SynchronizedSortedSet
-
Packages that use SynchronizedSortedSet Package Description org.eclipse.collections.impl.set.sorted.mutable This package contains implementations ofMutableSortedSet
. -
-
Uses of SynchronizedSortedSet in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable that return SynchronizedSortedSet Modifier and Type Method Description static <E,S extends java.util.SortedSet<E>>
SynchronizedSortedSet<E>SynchronizedSortedSet. of(S set)
This method will take a MutableSortedSet and wrap it directly in a SynchronizedSortedSet.
-