Uses of Class
org.eclipse.collections.impl.primitive.SynchronizedByteIterable
Packages that use SynchronizedByteIterable
-
Uses of SynchronizedByteIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return SynchronizedByteIterableModifier and TypeMethodDescriptionstatic 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.