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