|
|||||
| PREV CLASS NEXT CLASS | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
java.lang.Object
|
+--java.util.Dictionary
|
+--java.util.Hashtable
|
+--swishej.StopHash
Class to implement the stop word list.
| Fields inherited from class java.util.Hashtable |
count,
ENTRIES,
entrySet,
KEYS,
keySet,
loadFactor,
modCount,
serialVersionUID,
table,
threshold,
values,
VALUES |
| Constructor Summary | |
(package private) |
StopHash()
|
| Method Summary | |
(package private) void |
addstopword(java.lang.String s)
Adds a stop word to the list of stop words. |
(package private) boolean |
isstopword(java.lang.String s)
Tests a string being a stop word. |
| Methods inherited from class java.util.Hashtable |
clear,
clone,
contains,
containsKey,
containsValue,
elements,
entrySet,
equals,
get,
hashCode,
isEmpty,
keys,
keySet,
put,
putAll,
readObject,
rehash,
remove,
size,
toString,
values,
writeObject |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
StopHash()
| Method Detail |
void addstopword(java.lang.String s)
s - stop wordboolean isstopword(java.lang.String s)
s - the word to be tested
|
|||||
| PREV CLASS NEXT CLASS | |||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||