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