public class ParserUtils extends Object
| Constructor and Description |
|---|
ParserUtils() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V> void |
analyzeMap(Map<K,V> map)
Analyze the key's values and return a report about the datatype
and the value range
|
static <T> T |
tryParse(Class<T> clazz,
String str) |
Copyright © 2013. All Rights Reserved.