Interface Statistics
public interface Statistics
Statistical data container
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiondouble
getAsDouble
(String path) getAsDoublelong
getAsI64getAsString
(String path) getAsStringlong
getAsU64int
getValueType
(String path) getValueTypenextPath advance to next path in container
-
Field Details
-
none
static final int noneValueType- See Also:
-
string
static final int string- See Also:
-
int64
static final int int64- See Also:
-
uint64
static final int uint64- See Also:
-
real
static final int real- See Also:
-
-
Method Details
-
getValueType
getValueType- Parameters:
path
- is hierarchical path to value node- Returns:
- one of { none, string, int64, uint64, real }
-
getAsString
-
getAsI64
-
getAsU64
-
getAsDouble
-
nextPath
-