public static class Sandbox.Pair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private Path |
destination |
private Path |
source |
Constructor and Description |
---|
Sandbox.Pair(Path source,
Path destination) |
public Path getSource()
public Path getDestination()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object