Uses of Class
ca.cgjennings.algo.SplitJoin
-
Packages that use SplitJoin Package Description ca.cgjennings.algo -
-
Uses of SplitJoin in ca.cgjennings.algo
Methods in ca.cgjennings.algo that return SplitJoin Modifier and Type Method Description static SplitJoin
SplitJoin. createInstance()
Returns a newSplitJoin
instance suited to the platform.static SplitJoin
SplitJoin. createInstance(int nThreads)
Returns a newSplitJoin
instance that will use the specified number of threads.static SplitJoin
SplitJoin. getInstance()
Returns aSplitJoin
instance suited to the platform.
-