Uses of Class
org.eclipse.collections.impl.primitive.SynchronizedLongIterable
Packages that use SynchronizedLongIterable
-
Uses of SynchronizedLongIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return SynchronizedLongIterableModifier and TypeMethodDescriptionstatic SynchronizedLongIterable
SynchronizedLongIterable.of
(LongIterable iterable) This method will take a LongIterable and wrap it directly in a SynchronizedLongIterable.static SynchronizedLongIterable
SynchronizedLongIterable.of
(LongIterable iterable, Object lock) This method will take a LongIterable and wrap it directly in a SynchronizedLongIterable.