org.aksw.commons.util
Class ParserUtils
java.lang.Object
org.aksw.commons.util.ParserUtils
public class ParserUtils
- extends Object
- Author:
- Claus Stadler
Date: 9/26/11
Time: 1:02 PM
|
Method Summary |
static
|
analyzeMap(Map<K,V> map)
Analyze the key's values and return a report about the datatype
and the value range |
static
|
tryParse(Class<T> clazz,
String str)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserUtils
public ParserUtils()
tryParse
public static <T> T tryParse(Class<T> clazz,
String str)
analyzeMap
public 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
- Type Parameters:
K - V - - Parameters:
map -
Copyright © 2012. All Rights Reserved.