@Beta public final class Nodes extends AbstractImmutableEntitySet<Node>
Modifier and Type | Class and Description |
---|---|
static class |
Nodes.Builder |
set
Modifier and Type | Method and Description |
---|---|
static Nodes.Builder |
create() |
static Nodes |
empty() |
static Nodes |
from(Collection<? extends Node> nodes) |
static Nodes |
from(Iterable<? extends Node> nodes) |
static Nodes |
from(Node... nodes) |
Node |
getNodeById(NodeId nodeId) |
NodePaths |
getPaths() |
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static Nodes empty()
public static Nodes from(Collection<? extends Node> nodes)
public static Nodes.Builder create()
public NodePaths getPaths()