|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.topologi.diffx.event.lang.CommonWordsEnglish
A list of common words in English.
| Method Summary | |
static boolean |
contains(String word)
Indicates whether the specified is in this list. |
static WordEvent |
get(String word)
Returns the WordEvent corresponding to the specified word. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static boolean contains(String word)
word - The word that is being used.
true if the specified word is common;
false otherwise.public static WordEvent get(String word)
WordEvent corresponding to the specified word.
word - The word to be retrieved.
WordEvent or null.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||