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