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