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