public class PathNodeNames extends Object implements Comparable<PathNodeNames>
A list of descriptor names, representing the names of the nodes of a given
Path. Instances are retrieved via TestUtil.names(String...).
Implemented as separate class since generic classes such as List
can't be passed without warning to varargs methods in Java 6.
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(PathNodeNames other) |
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
public int compareTo(PathNodeNames other)
compareTo in interface Comparable<PathNodeNames>Copyright © 2008–2017. All rights reserved.