public class CellMatch
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
firstIndex
The first cell index.
|
int |
position
The position of the cells along the column or row.
|
int |
secondIndex
The second cell index.
|
double |
value
The matching value
|
| Constructor and Description |
|---|
CellMatch()
Create a new instance of CellMatch
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone and return a copy of this cell match.
|
static java.util.ArrayList<CellMatch> |
cloneCells(java.util.ArrayList<CellMatch> cells)
Create a clone of the list of cells.
|
java.lang.String |
toString()
Get a string-based description of this cell match.
|
public int firstIndex
public int secondIndex
public int position
public double value
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Object