class NodeUsageIterable extends Object implements NodeIterable<Node>
| Constructor and Description |
|---|
NodeUsageIterable(Node node) |
| Modifier and Type | Method and Description |
|---|---|
int |
count() |
Node |
first() |
boolean |
isEmpty() |
boolean |
isNotEmpty() |
NodeUsageIterator |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontains, distinct, filter, filter, filterInterface, nonNull, snapshot, snapshotToforEach, spliteratorNodeUsageIterable(Node node)
public NodeUsageIterator iterator()
public Node first()
first in interface NodeIterable<Node>public boolean isEmpty()
isEmpty in interface NodeIterable<Node>public boolean isNotEmpty()
isNotEmpty in interface NodeIterable<Node>public int count()
count in interface NodeIterable<Node>