public static class MatrixValue.CellIndex extends Object
int
column
row
CellIndex(int r, int c)
boolean
equals(Object that)
hashCode()
void
set(int r, int c)
String
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public int row
public int column
public CellIndex(int r, int c)
public boolean equals(Object that)
equals
Object
public int hashCode()
hashCode
public void set(int r, int c)
public String toString()
toString
Copyright © 2018 The Apache Software Foundation. All rights reserved.