@Beta public class NodePaths extends AbstractImmutableEntitySet<NodePath>
Modifier and Type | Class and Description |
---|---|
static class |
NodePaths.Builder |
set
Modifier and Type | Method and Description |
---|---|
static NodePaths.Builder |
create() |
static NodePaths |
empty() |
static NodePaths |
from(Iterable<NodePath> paths) |
static NodePaths |
from(NodePath... paths) |
static NodePaths |
from(String... paths) |
com.google.common.collect.ImmutableSet<String> |
getAsStrings() |
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public static NodePaths empty()
public com.google.common.collect.ImmutableSet<String> getAsStrings()
public static NodePaths.Builder create()