jdk/src/java.base/share/classes/java/util/stream/AbstractTask.java
changeset 38444 a5cdecb7d181
parent 25859 3317bb8137f4
equal deleted inserted replaced
38443:ec94ac3a715e 38444:a5cdecb7d181
   104      * rooted at this task
   104      * rooted at this task
   105      */
   105      */
   106     protected Spliterator<P_IN> spliterator;
   106     protected Spliterator<P_IN> spliterator;
   107 
   107 
   108     /** Target leaf size, common to all tasks in a computation */
   108     /** Target leaf size, common to all tasks in a computation */
   109     protected long targetSize; // may be laziliy initialized
   109     protected long targetSize; // may be lazily initialized
   110 
   110 
   111     /**
   111     /**
   112      * The left child.
   112      * The left child.
   113      * null if no children
   113      * null if no children
   114      * if non-null rightChild is non-null
   114      * if non-null rightChild is non-null