Uses of Class
org.eclipse.collections.impl.bag.sorted.mutable.SynchronizedSortedBag
| Package | Description |
|---|---|
| org.eclipse.collections.impl.bag.sorted.mutable |
This package contains implementations of
MutableSortedBag. |
-
Uses of SynchronizedSortedBag in org.eclipse.collections.impl.bag.sorted.mutable
Methods in org.eclipse.collections.impl.bag.sorted.mutable that return SynchronizedSortedBag Modifier and Type Method Description static <E> SynchronizedSortedBag<E>SynchronizedSortedBag. of(MutableSortedBag<E> bag)