org.aksw.commons.util
Class ParserUtils

java.lang.Object
  extended by org.aksw.commons.util.ParserUtils

public class ParserUtils
extends Object

Author:
Claus Stadler

Date: 9/26/11 Time: 1:02 PM


Constructor Summary
ParserUtils()
           
 
Method Summary
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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParserUtils

public ParserUtils()
Method Detail

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.