public class Path extends Object implements Comparable<Path>
protected String
path
Path(String path)
int
compareTo(Path that)
boolean
equals(Object other)
String
getPath()
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected String path
public Path(String path)
public String getPath()
public String toString()
toString
Object
public boolean equals(Object other)
equals
public int hashCode()
hashCode
public int compareTo(Path that)
compareTo
Comparable<Path>