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