public class Statistics.Entry
extends java.lang.Object
DoubleEntry or a UIntEntry| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
Key
The key of the entry.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDoubleValue()
The double-value of the entry.
|
int |
getUIntValue()
The uint-value of the entry.
|
java.lang.String |
getValueString()
The string representation of the the entry's value.
|
boolean |
isDouble()
True if the entry is double-valued.
|
boolean |
isUInt()
True if the entry is uint-valued.
|
java.lang.String |
toString()
The string representation of the Entry.
|
public int getUIntValue()
public double getDoubleValue()
public boolean isUInt()
public boolean isDouble()
public java.lang.String getValueString()
Z3Exceptionpublic java.lang.String toString()
toString in class java.lang.Object