Uses of Class
org.eclipse.collections.impl.collection.mutable.primitive.SynchronizedByteCollection
-
Packages that use SynchronizedByteCollection Package Description org.eclipse.collections.impl.collection.mutable.primitive This package contains implementations of the mutable primitive collection interfaces. -
-
Uses of SynchronizedByteCollection in org.eclipse.collections.impl.collection.mutable.primitive
Methods in org.eclipse.collections.impl.collection.mutable.primitive that return SynchronizedByteCollection Modifier and Type Method Description static SynchronizedByteCollectionSynchronizedByteCollection. of(MutableByteCollection collection)This method will take a MutableByteCollection and wrap it directly in a SynchronizedByteCollection.static SynchronizedByteCollectionSynchronizedByteCollection. of(MutableByteCollection collection, Object lock)This method will take a MutableByteCollection and wrap it directly in a SynchronizedByteCollection.
-