< prev index next >

src/java.base/share/classes/java/util/ArrayPrefixHelpers.java

Print this page

        

*** 83,93 **** * method loops starting with the current task, moving if possible * to one of its subtasks rather than forking. * * As usual for this sort of utility, there are 4 versions, that * are simple copy/paste/adapt variants of each other. (The ! * double and int versions differ from long version soley by * replacing "long" (with case-matching)). */ // see above static final int CUMULATE = 1; --- 83,93 ---- * method loops starting with the current task, moving if possible * to one of its subtasks rather than forking. * * As usual for this sort of utility, there are 4 versions, that * are simple copy/paste/adapt variants of each other. (The ! * double and int versions differ from long version solely by * replacing "long" (with case-matching)). */ // see above static final int CUMULATE = 1;
< prev index next >