Searched defs:getChildCount (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/util/stream/
H A DNode.java42 * {@link #getChildCount} and {@link #getChild(int)}, it is considered <em>flat
89 default int getChildCount() { method in interface:Node
H A DNodes.java465 if (node.getChildCount() > 0) {
491 if (node.getChildCount() > 0) {
517 if (node.getChildCount() > 0) {
543 if (node.getChildCount() > 0) {
761 public int getChildCount() { method in class:Nodes.AbstractConcNode
964 for (int i = curNode.getChildCount() - 1; i >= curChildIndex; i--)
977 if (n.getChildCount() == 0) {
981 for (int i = n.getChildCount() - 1; i >= 0; i--)
1021 else if (curChildIndex < curNode.getChildCount() - 1)
1025 if (curNode.getChildCount()
[all...]

Completed in 7 milliseconds