public final class TreePath extends Object
| Modifier and Type | Method and Description |
|---|---|
static TreePath |
create(String value) |
boolean |
equals(Object obj) |
int |
hashCode() |
boolean |
isAncestor(TreePath other) |
boolean |
isDescendant(TreePath other) |
TreePath |
plus(TreePath other) |
String |
toString() |
Copyright © 2016. All rights reserved.