String representation of the statistic object.
()
| 129 | * String representation of the statistic object. |
| 130 | */ |
| 131 | @Override |
| 132 | public String toString() { |
| 133 | assert(isOwningHandle()); |
| 134 | return toString(nativeHandle_); |
| 135 | } |
| 136 | |
| 137 | private native static long newStatistics(); |
| 138 | private native static long newStatistics(final long otherStatisticsHandle); |