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