|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Word | |
|---|---|
| net.sf.jabb.util.text.word | |
| Uses of Word in net.sf.jabb.util.text.word |
|---|
| Fields in net.sf.jabb.util.text.word with type parameters of type Word | |
|---|---|
protected javolution.util.FastMap<String,Word> |
Dictionary.words
|
| Methods in net.sf.jabb.util.text.word that return types with arguments of type Word | |
|---|---|
Map<String,Word> |
Dictionary.getWords()
|
| Methods in net.sf.jabb.util.text.word with parameters of type Word | |
|---|---|
void |
Dictionary.addWord(Word newWord)
加入一个新词条,如果这个词条在词典中已经存在,则合并。 词条对象不会被复制,而是会被引用。 |
void |
Dictionary.addWord(Word newWord,
boolean makeCopy)
加入一个新词条,如果这个词条在词典中已经存在,则合并。 |
| Constructors in net.sf.jabb.util.text.word with parameters of type Word | |
|---|---|
Word(Word original)
创建一个实例,其内容是另一个实例的拷贝。 注意,keywordAttachment不会被拷贝,它会被引用。 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||