Home
last modified time | relevance | path

Searched refs:getChildCount (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
DNodes.java465 if (node.getChildCount() > 0) { in flatten()
491 if (node.getChildCount() > 0) { in flattenInt()
517 if (node.getChildCount() > 0) { in flattenLong()
543 if (node.getChildCount() > 0) { in flattenDouble()
761 public int getChildCount() { in getChildCount() method in Nodes.AbstractConcNode
964 for (int i = curNode.getChildCount() - 1; i >= curChildIndex; i--) in initStack()
977 if (n.getChildCount() == 0) { in findNextLeafNode()
981 for (int i = n.getChildCount() - 1; i >= 0; i--) in findNextLeafNode()
1021 else if (curChildIndex < curNode.getChildCount() - 1) in trySplit()
1025 if (curNode.getChildCount() == 0) { in trySplit()
[all …]
DNode.java89 default int getChildCount() { in getChildCount() method