Uses of Class
org.eclipse.collections.impl.bag.mutable.SynchronizedBag
Packages that use SynchronizedBag
-
Uses of SynchronizedBag in org.eclipse.collections.impl.bag.mutable
Methods in org.eclipse.collections.impl.bag.mutable that return SynchronizedBagModifier and TypeMethodDescriptionAbstractMutableBag.asSynchronized()
static <E,
B extends MutableBag<E>>
SynchronizedBag<E> SynchronizedBag.of
(B bag) This method will take a MutableBag and wrap it directly in a SynchronizedBag.static <E,
B extends MutableBag<E>>
SynchronizedBag<E> This method will take a MutableBag and wrap it directly in a SynchronizedBag.