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