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