| Package | Description |
|---|---|
| org.eclipse.collections.impl.primitive |
| Modifier and Type | Method and 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,
Object lock)
This method will take a FloatIterable and wrap it directly in a SynchronizedFloatIterable.
|
Copyright © 2004–2022. All rights reserved.