com.raritantechnologies.utils
Class WordUtils

java.lang.Object
  extended bycom.raritantechnologies.utils.WordUtils

public class WordUtils
extends java.lang.Object

Some basic word utility functions.


Developed by Raritan Technologies .

Author:
Ted Sullivan

Constructor Summary
WordUtils()
           
 
Method Summary
static java.lang.String getRoot(java.lang.String word)
           
static boolean isWord(java.lang.String word)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WordUtils

public WordUtils()
Method Detail

isWord

public static boolean isWord(java.lang.String word)

getRoot

public static java.lang.String getRoot(java.lang.String word)