| Package | Description |
|---|---|
| love.cq.domain | |
| love.cq.library | |
| love.cq.util |
| Modifier and Type | Class and Description |
|---|---|
class |
Branch |
class |
Forest |
| Modifier and Type | Method and Description |
|---|---|
WoodInterface |
WoodInterface.add(WoodInterface paramWoodInterface) |
WoodInterface |
Forest.add(WoodInterface branch) |
WoodInterface |
Branch.add(WoodInterface branch) |
WoodInterface |
WoodInterface.get(char paramChar) |
WoodInterface |
Forest.get(char c) |
WoodInterface |
Branch.get(char c) |
| Modifier and Type | Method and Description |
|---|---|
WoodInterface |
WoodInterface.add(WoodInterface paramWoodInterface) |
WoodInterface |
Forest.add(WoodInterface branch) |
WoodInterface |
Branch.add(WoodInterface branch) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Library.insertWord(WoodInterface forest,
String temp)
插入一个词
|
| Modifier and Type | Method and Description |
|---|---|
static int |
AnsjArrays.binarySearch(WoodInterface[] branches,
char c)
二分法查找.摘抄了jdk的东西..只不过把他的自动装箱功能给去掉了
|
static void |
AnsjArrays.sort(WoodInterface[] a) |
static void |
AnsjArrays.sort(WoodInterface[] a,
int fromIndex,
int toIndex) |
Copyright © 2013. All Rights Reserved.