Home | History | Annotate | Download | only in stream

Lines Matching refs:leftChild

116     protected K leftChild;
121 * if non-null leftChild is non-null
255 return leftChild == null;
298 K leftChild, rightChild, taskToFork;
299 task.leftChild = leftChild = task.makeChild(ls);
305 task = leftChild;
311 taskToFork = leftChild;
331 leftChild = rightChild = null;
346 if (parent != null && parent.leftChild != node)