public class CellCount
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
double |
count
The cell count
|
java.lang.Object |
value
The cell value
|
| Constructor and Description |
|---|
CellCount()
Create a new instance of CellCount
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Clone and return a copy of this cell match.
|
java.lang.String |
toString()
Get a string-based description of this cell match.
|
public double count
public java.lang.Object value
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
clone in class java.lang.Object