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 SynchronizedShortIterableSynchronizedShortIterable. of(ShortIterable iterable)This method will take a ShortIterable and wrap it directly in a SynchronizedShortIterable.static SynchronizedShortIterableSynchronizedShortIterable. of(ShortIterable iterable, Object lock)This method will take a ShortIterable and wrap it directly in a SynchronizedShortIterable.
-