@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(java.lang.Iterable<NodePath> paths) |
static NodePaths |
from(NodePath... paths) |
static NodePaths |
from(java.lang.String... paths) |
com.google.common.collect.ImmutableSet<java.lang.String> |
getAsStrings() |
contains, equals, first, getSet, getSize, hashCode, isEmpty, isNotEmpty, iterator, stream, toString
public static NodePaths empty()
public static NodePaths from(java.lang.String... paths)
public com.google.common.collect.ImmutableSet<java.lang.String> getAsStrings()
public static NodePaths.Builder create()