com.carbonfive.sstemplates
Class Coordinates
java.lang.Object
com.carbonfive.sstemplates.Coordinates
- All Implemented Interfaces:
- java.lang.Comparable
- public class Coordinates
- extends java.lang.Object
- implements java.lang.Comparable
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Coordinates
public Coordinates(int row,
short column)
getRow
public int getRow()
getColumn
public short getColumn()
equals
public boolean equals(java.lang.Object o)
hashCode
public int hashCode()
toString
public java.lang.String toString()
compareTo
public int compareTo(java.lang.Object o)
- Specified by:
compareTo in interface java.lang.Comparable