@Data public class Path extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Path.Segment |
| Constructor and Description |
|---|
Path(List<Path.Segment> segments) |
| Modifier and Type | Method and Description |
|---|---|
Path |
append(Path.Segment segment) |
boolean |
equals(Object obj) |
List<Path.Segment> |
getSegments() |
int |
hashCode() |
String |
toString() |
public Path(List<Path.Segment> segments)
public Path append(Path.Segment segment)
@Pure public List<Path.Segment> getSegments()
Copyright © 2018. All rights reserved.