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