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