org.maltparser.core.helper
Class Util
java.lang.Object
org.maltparser.core.helper.Util
public class Util
- extends Object
- Author:
- Johan Hall
Constructor Summary |
Util()
|
Method Summary |
static double |
atof(String s)
|
static int |
atoi(String s)
|
static void |
closeQuietly(Closeable c)
|
static void |
copyfile(String source,
String destination)
|
static double[] |
copyOf(double[] original,
int newLength)
|
static int[] |
copyOf(int[] original,
int newLength)
|
static void |
endTicer(org.apache.log4j.Logger logger,
long startTime,
int nTicxRow,
int inTic,
int subject)
|
static boolean |
equals(double[] a,
double[] a2)
|
static int |
simpleTicer(org.apache.log4j.Logger logger,
long startTime,
int nTicxRow,
int inTic,
int subject)
|
static void |
startTicer(org.apache.log4j.Logger logger,
long startTime,
int nTicxRow,
int subject)
|
static String |
xmlEscape(String str)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Util
public Util()
xmlEscape
public static String xmlEscape(String str)
simpleTicer
public static int simpleTicer(org.apache.log4j.Logger logger,
long startTime,
int nTicxRow,
int inTic,
int subject)
startTicer
public static void startTicer(org.apache.log4j.Logger logger,
long startTime,
int nTicxRow,
int subject)
endTicer
public static void endTicer(org.apache.log4j.Logger logger,
long startTime,
int nTicxRow,
int inTic,
int subject)
copyfile
public static void copyfile(String source,
String destination)
throws MaltChainedException
- Throws:
MaltChainedException
atof
public static double atof(String s)
- Parameters:
s
- the string to parse for the double value
- Throws:
IllegalArgumentException
- if s is empty or represents NaN or Infinity
NumberFormatException
- see Double.parseDouble(String)
atoi
public static int atoi(String s)
throws NumberFormatException
- Parameters:
s
- the string to parse for the integer value
- Throws:
IllegalArgumentException
- if s is empty
NumberFormatException
- see Integer.parseInt(String)
closeQuietly
public static void closeQuietly(Closeable c)
copyOf
public static double[] copyOf(double[] original,
int newLength)
copyOf
public static int[] copyOf(int[] original,
int newLength)
equals
public static boolean equals(double[] a,
double[] a2)
Copyright 2007-2011 Johan Hall, Jens Nilsson and Joakim Nivre.