Uses of Class
org.eclipse.collections.impl.SynchronizedRichIterable
-
Packages that use SynchronizedRichIterable Package Description org.eclipse.collections.impl This package contains implementations for Eclipse Collections API. -
-
Uses of SynchronizedRichIterable in org.eclipse.collections.impl
Methods in org.eclipse.collections.impl that return SynchronizedRichIterable Modifier and Type Method Description static <E> SynchronizedRichIterable<E>
SynchronizedRichIterable. of(RichIterable<E> iterable)
This method will take a RichIterable and wrap it directly in a SynchronizedRichIterable.static <E> SynchronizedRichIterable<E>
SynchronizedRichIterable. of(RichIterable<E> iterable, java.lang.Object lock)
This method will take a RichIterable and wrap it directly in a SynchronizedRichIterable.
-