| Package | Description |
|---|---|
| org.eclipse.collections.impl.primitive |
| Modifier and Type | Method and Description |
|---|---|
static SynchronizedDoubleIterable |
SynchronizedDoubleIterable.of(org.eclipse.collections.api.DoubleIterable iterable)
This method will take a DoubleIterable and wrap it directly in a SynchronizedDoubleIterable.
|
static SynchronizedDoubleIterable |
SynchronizedDoubleIterable.of(org.eclipse.collections.api.DoubleIterable iterable,
Object lock)
This method will take a DoubleIterable and wrap it directly in a SynchronizedDoubleIterable.
|
Copyright © 2004–2017. All rights reserved.