Uses of Class
org.eclipse.collections.impl.primitive.SynchronizedBooleanIterable
-
Packages that use SynchronizedBooleanIterable Package Description org.eclipse.collections.impl.primitive -
-
Uses of SynchronizedBooleanIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return SynchronizedBooleanIterable Modifier and Type Method Description static SynchronizedBooleanIterable
SynchronizedBooleanIterable. of(BooleanIterable iterable)
This method will take a BooleanIterable and wrap it directly in a SynchronizedBooleanIterable.static SynchronizedBooleanIterable
SynchronizedBooleanIterable. of(BooleanIterable iterable, java.lang.Object lock)
This method will take a BooleanIterable and wrap it directly in a SynchronizedBooleanIterable.
-