public class WordDescription extends Object implements Comparable<WordDescription>
Constructor and Description |
---|
WordDescription(char c) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(WordDescription o) |
boolean |
equals(Object obj) |
AVLTree<String> |
getAntonym() |
AVLTree<String> |
getPartOfSpeech() |
String |
getPinyin() |
AVLTree<String> |
getThesaurus() |
int |
getWeighing() |
AVLTree<WordDescription> |
getWord() |
int |
hashCode() |
void |
setChar(char c) |
void |
setPinyin(String pinyin) |
void |
setProperties(XmlNode node) |
void |
setWord(AVLTree<WordDescription> word) |
public String getPinyin()
public void setPinyin(String pinyin)
public AVLTree<WordDescription> getWord()
public void setWord(AVLTree<WordDescription> word)
public int getWeighing()
public void setChar(char c)
public void setProperties(XmlNode node)
public int compareTo(WordDescription o)
compareTo
in interface Comparable<WordDescription>
Copyright © 2006–2018 TinyGroup. All rights reserved.