Uses of Class
org.eclipse.collections.impl.primitive.SynchronizedByteIterable
-
Packages that use SynchronizedByteIterable Package Description org.eclipse.collections.impl.primitive -
-
Uses of SynchronizedByteIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return SynchronizedByteIterable Modifier and Type Method Description static SynchronizedByteIterableSynchronizedByteIterable. of(ByteIterable iterable)This method will take a ByteIterable and wrap it directly in a SynchronizedByteIterable.static SynchronizedByteIterableSynchronizedByteIterable. of(ByteIterable iterable, Object lock)This method will take a ByteIterable and wrap it directly in a SynchronizedByteIterable.
-