Uses of Class
org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedBooleanCollection
-
Packages that use SynchronizedBooleanCollection Package Description org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces. -
-
Uses of SynchronizedBooleanCollection in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return SynchronizedBooleanCollection Modifier and Type Method Description static SynchronizedBooleanCollection
SynchronizedBooleanCollection. of(MutableBooleanCollection collection)
This method will take a MutableBooleanCollection and wrap it directly in a SynchronizedBooleanCollection.static SynchronizedBooleanCollection
SynchronizedBooleanCollection. of(MutableBooleanCollection collection, java.lang.Object lock)
This method will take a MutableBooleanCollection and wrap it directly in a SynchronizedBooleanCollection.
-