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.
public int compareTo(PathNodeNames other)
compareTo in interface Comparable<PathNodeNames>Copyright © 2008–2014. All rights reserved.