| 构造器和说明 |
|---|
CompoundWord(List<Word> innerList,
String label) |
| 限定符和类型 | 方法和说明 |
|---|---|
static CompoundWord |
create(String param) |
String |
getLabel()
获取标签
|
String |
getValue()
获取单词
|
Iterator<Word> |
iterator() |
int |
length()
单词长度
|
void |
setLabel(String label)
设置标签
|
void |
setValue(String value)
设置单词
|
String |
toString() |
Word |
toWord()
转换为一个简单词
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Word toWord()
public static CompoundWord create(String param)
Copyright © 2014–2017 码农场. All rights reserved.