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