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