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