Uses of Class
org.eclipse.collections.impl.set.sorted.mutable.SynchronizedSortedSet
Packages that use SynchronizedSortedSet
-
Uses of SynchronizedSortedSet in org.eclipse.collections.impl.set.sorted.mutable
Methods in org.eclipse.collections.impl.set.sorted.mutable that return SynchronizedSortedSetModifier and TypeMethodDescriptionstatic <E,S extends SortedSet<E>>
SynchronizedSortedSet<E>SynchronizedSortedSet.of(S set) This method will take a MutableSortedSet and wrap it directly in a SynchronizedSortedSet.