ee.ut.ga.model
Class MatrixKey

java.lang.Object
  extended byee.ut.ga.model.MatrixKey

public class MatrixKey
extends java.lang.Object

The key object of Map PWM.getPWM().

Author:
Anton Stalnuhhin

Field Summary
private  int column
           
private  java.lang.String row
           
 
Constructor Summary
MatrixKey(java.lang.String row, int column)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int getColumn()
           
 java.lang.String getRow()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

row

private java.lang.String row

column

private int column
Constructor Detail

MatrixKey

public MatrixKey(java.lang.String row,
                 int column)
Method Detail

getColumn

public int getColumn()

getRow

public java.lang.String getRow()

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object o)