@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(java.util.Collection<? extends Node> nodes) |
static Nodes |
from(java.lang.Iterable<? extends Node> nodes) |
static Nodes |
from(Node... nodes) |
NodeIds |
getIds() |
Node |
getNodeById(NodeId nodeId) |
NodePaths |
getPaths() |
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
public static Nodes empty()
public static Nodes.Builder create()
public NodePaths getPaths()
public NodeIds getIds()