de.aitools.aq.invertedindex.value
Class Value.Check

java.lang.Object
  extended by de.aitools.aq.invertedindex.value.Value.Check
Enclosing interface:
Value

public static final class Value.Check
extends java.lang.Object


Constructor Summary
Value.Check()
           
 
Method Summary
static boolean containsWhitespace(java.lang.String value)
          A function to check strings to not contain any whitespace characters.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Value.Check

public Value.Check()
Method Detail

containsWhitespace

public static final boolean containsWhitespace(java.lang.String value)
A function to check strings to not contain any whitespace characters.

Parameters:
value - a string to check.
Returns:
true if the string contains any whitespace, false otherwise.