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