public class Util
extends java.lang.Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static java.util.logging.Level |
disableLogging() |
static boolean |
matchesAnyStopWord(java.util.List<java.lang.String> stopWords,
java.lang.String word) |
static Counter<java.lang.String> |
parallelCounter()
Returns a thread safe counter
|
public static Counter<java.lang.String> parallelCounter()
public static boolean matchesAnyStopWord(java.util.List<java.lang.String> stopWords, java.lang.String word)
public static java.util.logging.Level disableLogging()