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 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.