Uses of Class
com.saperion.util.ParallelIterator
-
Packages that use ParallelIterator Package Description com.saperion.util This package contains the utility classes for the LARIX RMI Server. -
-
Uses of ParallelIterator in com.saperion.util
Methods in com.saperion.util that return ParallelIterator Modifier and Type Method Description static <Type1,Type2>
ParallelIterator<Type1,Type2>ParallelIterator. create(java.util.Iterator<Type1> iterator1, java.util.Iterator<Type2> iterator2)
Convenience method that wraps the constructor call and lets the compiler determine the generic types.
-