public final class Path extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
lastElem |
| Modifier and Type | Method and Description |
|---|---|
Path |
append(Object elem) |
Path |
append(Object elem,
int index) |
Object |
getElement() |
Object |
getElement(int i) |
int |
getIndex() |
int |
getLength() |
Path |
getParentPath() |
Path |
getParentPath(Class clazz) |
int |
getRecursionDepth() |
Object[] |
toArray() |
String |
toString() |
public Path(Object elem)
Copyright © 2021. All rights reserved.