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