| 程序包 | 说明 |
|---|---|
| love.cq.library | |
| love.cq.splitWord |
| 限定符和类型 | 方法和说明 |
|---|---|
static Forest |
Library.makeForest(BufferedReader br) |
static Forest |
Library.makeForest(InputStream inputStream) |
static Forest |
Library.makeForest(List<Value> values)
传入value数组.构造树
|
static Forest |
Library.makeForest(String path) |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
Library.insertWord(Forest forest,
Value value) |
static void |
Library.removeWord(Forest forest,
String word)
删除一个词
|
| 构造器和说明 |
|---|
GetWord(Forest forest,
char[] chars) |
GetWord(Forest forest,
String content) |
Copyright © 2016. All rights reserved.