public final class Path
extends java.lang.Object
implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Path(PathComponent[] _components) |
| Modifier and Type | Method and Description |
|---|---|
PathComponent[] |
components() |
static Path |
create(PathComponent[] _components) |
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
static Path |
of(PathComponent[] _components) |
java.lang.String |
toString() |
Path |
withComponents(PathComponent[] components) |
protected Path(PathComponent[] _components)
public static Path create(PathComponent[] _components)
public static Path of(PathComponent[] _components)
public PathComponent[] components()
public Path withComponents(PathComponent[] components)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object