public class Location extends Object
int
x
y
Location(int x, int y)
boolean
equals(Object o)
Location
getAdjacentLocation(Direction direction)
hashCode()
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public int x
public int y
public Location(int x, int y)
public Location getAdjacentLocation(Direction direction)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
Copyright © 2015 WSO2 Inc. All rights reserved.