public class Word extends Object implements Comparable<Word>
Constructor and Description |
---|
Word() |
Word(String word) |
Word(String word,
int weight) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Word o) |
boolean |
equals(Object obj) |
String[] |
getAntonym() |
String[] |
getPartOfSpeech() |
Word |
getReverseWord() |
int[] |
getSpell() |
String[] |
getSynonyms() |
int |
getWeight() |
String |
getWord() |
int |
hashCode() |
void |
setAntonym(String[] antonym) |
void |
setPartOfSpeech(String[] partOfSpeech) |
void |
setSpell(int[] spell) |
void |
setSynonyms(String[] synonyms) |
void |
setWeight(int weight) |
void |
setWord(String word) |
public Word()
public Word(String word)
public Word(String word, int weight)
public String[] getPartOfSpeech()
public void setPartOfSpeech(String[] partOfSpeech)
public Word getReverseWord()
public String getWord()
public void setWord(String word)
public int[] getSpell()
public void setSpell(int[] spell)
public int getWeight()
public void setWeight(int weight)
public String[] getSynonyms()
public void setSynonyms(String[] synonyms)
public String[] getAntonym()
public void setAntonym(String[] antonym)
public int compareTo(Word o)
compareTo
in interface Comparable<Word>
Copyright © 2006–2018 TinyGroup. All rights reserved.