@Beta public final class ComponentPath extends java.lang.Object implements java.lang.Iterable<ComponentPath.RegionAndComponent>
Modifier and Type | Class and Description |
---|---|
static class |
ComponentPath.ComponentIndex |
static class |
ComponentPath.RegionAndComponent |
static class |
ComponentPath.RegionName |
Constructor and Description |
---|
ComponentPath(com.google.common.collect.ImmutableList<ComponentPath.RegionAndComponent> regionAndComponentList) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static ComponentPath |
from(RegionPath parentPath,
int componentIndex) |
static ComponentPath |
from(java.lang.String str) |
int |
getComponentIndex() |
boolean |
isEmpty() |
java.util.Iterator<ComponentPath.RegionAndComponent> |
iterator() |
java.lang.String |
toString() |
public ComponentPath(com.google.common.collect.ImmutableList<ComponentPath.RegionAndComponent> regionAndComponentList)
public static ComponentPath from(RegionPath parentPath, int componentIndex)
public static ComponentPath from(java.lang.String str)
public int getComponentIndex()
public boolean isEmpty()
public java.util.Iterator<ComponentPath.RegionAndComponent> iterator()
iterator
in interface java.lang.Iterable<ComponentPath.RegionAndComponent>
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object