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

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
getClass, notify, notifyAll, toString, wait, wait, wait
 

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)