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