| Package | Description |
|---|---|
| com.gs.collections.impl.primitive |
| Modifier and Type | Method and Description |
|---|---|
static SynchronizedDoubleIterable |
SynchronizedDoubleIterable.of(com.gs.collections.api.DoubleIterable iterable)
This method will take a DoubleIterable and wrap it directly in a SynchronizedDoubleIterable.
|
static SynchronizedDoubleIterable |
SynchronizedDoubleIterable.of(com.gs.collections.api.DoubleIterable iterable,
java.lang.Object lock)
This method will take a DoubleIterable and wrap it directly in a SynchronizedDoubleIterable.
|