Uses of Class
org.eclipse.collections.impl.primitive.SynchronizedCharIterable
-
Packages that use SynchronizedCharIterable Package Description org.eclipse.collections.impl.primitive -
-
Uses of SynchronizedCharIterable in org.eclipse.collections.impl.primitive
Methods in org.eclipse.collections.impl.primitive that return SynchronizedCharIterable Modifier and Type Method Description static SynchronizedCharIterableSynchronizedCharIterable. of(CharIterable iterable)This method will take a CharIterable and wrap it directly in a SynchronizedCharIterable.static SynchronizedCharIterableSynchronizedCharIterable. of(CharIterable iterable, Object lock)This method will take a CharIterable and wrap it directly in a SynchronizedCharIterable.
-