public class WordDescription extends Object implements Comparable<WordDescription>
Constructor and Description |
---|
WordDescription(char character) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(WordDescription o) |
boolean |
equals(Object obj) |
Character |
getCharacter() |
Word |
getWord() |
AVLTree<WordDescription> |
getWordDescriptionAVLTree() |
int |
hashCode() |
void |
setCharacter(Character character) |
void |
setWord(Word word) |
void |
setWordDescriptionAVLTree(AVLTree<WordDescription> wordDescriptionAVLTree) |
public Character getCharacter()
public void setCharacter(Character character)
public AVLTree<WordDescription> getWordDescriptionAVLTree()
public void setWordDescriptionAVLTree(AVLTree<WordDescription> wordDescriptionAVLTree)
public Word getWord()
public void setWord(Word word)
public int compareTo(WordDescription o)
compareTo
in interface Comparable<WordDescription>
Copyright © 2006–2018 TinyGroup. All rights reserved.