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