public final class Position extends Object
Position(int row, int col)
boolean
equals(Object o)
int
getCol()
getRow()
hashCode()
String
toString()
Position
withCol(int col)
withRow(int row)
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
@ConstructorProperties(value={"row","col"}) public Position(int row, int col)
public int getRow()
public int getCol()
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
public Position withRow(int row)
public Position withCol(int col)
Copyright © 2017. All rights reserved.