Package | Description |
---|---|
org.tiny.seg.impl | |
org.tinygroup.binarytree | |
org.tinygroup.binarytree.impl | |
org.tinygroup.chinese.parsermanager |
Modifier and Type | Method and Description |
---|---|
AVLTree<String> |
WordDescription.getAntonym() |
AVLTree<WordDescription> |
ChineseParserImpl.getLetterIndex() |
AVLTree<String> |
WordDescription.getPartOfSpeech() |
AVLTree<String> |
WordDescription.getThesaurus() |
AVLTree<org.tiny.seg.impl.CharWithPinYin> |
PinYinImpl.getTree() |
AVLTree<WordDescription> |
WordDescription.getWord() |
Modifier and Type | Method and Description |
---|---|
void |
ChineseParserImpl.setLetterIndex(AVLTree<WordDescription> letterIndex) |
void |
PinYinImpl.setTree(AVLTree<org.tiny.seg.impl.CharWithPinYin> tree) |
void |
WordDescription.setWord(AVLTree<WordDescription> word) |
Modifier and Type | Method and Description |
---|---|
AVLTree<T> |
BinaryTree.toAVLTree()
转换为平衡二叉树
|
Modifier and Type | Class and Description |
---|---|
class |
AVLTreeImpl<T extends Comparable<T>>
平衡二叉搜索(排序)树 此程序部分代码来自网上
|
Modifier and Type | Method and Description |
---|---|
AVLTree<T> |
BinaryTreeImpl.toAVLTree()
转换成平衡二叉树
|
Modifier and Type | Method and Description |
---|---|
AVLTree<WordDescription> |
WordDescription.getWordDescriptionAVLTree() |
Modifier and Type | Method and Description |
---|---|
void |
WordDescription.setWordDescriptionAVLTree(AVLTree<WordDescription> wordDescriptionAVLTree) |
Copyright © 2006–2018 TinyGroup. All rights reserved.