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 SynchronizedBooleanIterableSynchronizedBooleanIterable. of(BooleanIterable iterable)This method will take a BooleanIterable and wrap it directly in a SynchronizedBooleanIterable.static SynchronizedBooleanIterableSynchronizedBooleanIterable. of(BooleanIterable iterable, Object lock)This method will take a BooleanIterable and wrap it directly in a SynchronizedBooleanIterable.
-