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