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>
Copyright © 2017. All rights reserved.