A B C E F G H I L M O R S T U V W 

A

add(WoodInterface) - Method in class love.cq.domain.Branch
 
add(WoodInterface) - Method in class love.cq.domain.Forest
 
add(String, T) - Method in class love.cq.domain.SmartForest
增加新词
add(WoodInterface) - Method in interface love.cq.domain.WoodInterface
 
add(T, int) - Method in class love.cq.util.MapCount
增加一个元素
add(T) - Method in class love.cq.util.MapCount
计数增加.默认为1
AnsjArrays - Class in love.cq.util
 
AnsjArrays() - Constructor for class love.cq.util.AnsjArrays
 

B

binarySearch(WoodInterface[], char) - Static method in class love.cq.util.AnsjArrays
二分法查找.摘抄了jdk的东西..只不过把他的自动装箱功能给去掉了
Branch - Class in love.cq.domain
 
Branch(char, int, String[]) - Constructor for class love.cq.domain.Branch
 
branches - Variable in class love.cq.domain.SmartForest
status 此字的状态1,继续 2,是个词语但是还可以继续 ,3确定 nature 词语性质

C

clear() - Method in class love.cq.domain.Forest
清空树释放内存
close() - Method in class love.cq.util.FileIterator
 
close(Reader) - Static method in class love.cq.util.IOUtil
关闭字符流
close(InputStream) - Static method in class love.cq.util.IOUtil
关闭字节流
close(OutputStream) - Static method in class love.cq.util.IOUtil
关闭字节流
CollectionUtil - Class in love.cq.util
 
CollectionUtil() - Constructor for class love.cq.util.CollectionUtil
 
compareTo(char) - Method in class love.cq.domain.Branch
 
compareTo(char) - Method in class love.cq.domain.Forest
 
compareTo(char) - Method in class love.cq.domain.SmartForest
 
compareTo(SmartForest<T>) - Method in class love.cq.domain.SmartForest
 
compareTo(char) - Method in interface love.cq.domain.WoodInterface
 
contains(char) - Method in class love.cq.domain.Branch
 
contains(char) - Method in class love.cq.domain.Forest
 
contains(char) - Method in class love.cq.domain.SmartForest
二分查找是否包含
contains(char) - Method in interface love.cq.domain.WoodInterface
 
conversion(String, Class<?>) - Static method in class love.cq.util.ReflectUtil
将一个对象转换为对应的类
copyOfRange(T[], int, int) - Static method in class love.cq.util.AnsjArrays
 
copyOfRange(U[], int, int, Class<? extends T[]>) - Static method in class love.cq.util.AnsjArrays
 

E

equals(char) - Method in class love.cq.domain.Branch
 
equals(char) - Method in class love.cq.domain.Forest
 
equals(char) - Method in class love.cq.domain.SmartForest
 
equals(char) - Method in interface love.cq.domain.WoodInterface
 

F

FileIterator - Class in love.cq.util
文件迭代器
FileIterator(String, String) - Constructor for class love.cq.util.FileIterator
 
Forest - Class in love.cq.domain
 
Forest() - Constructor for class love.cq.domain.Forest
 

G

GBK - Static variable in class love.cq.util.IOUtil
 
get(char) - Method in class love.cq.domain.Branch
 
get(char) - Method in class love.cq.domain.Forest
 
get(char) - Method in class love.cq.domain.SmartForest
 
get(char) - Method in interface love.cq.domain.WoodInterface
 
get() - Method in class love.cq.util.MapCount
得道内部的map
getAllWords() - Method in class love.cq.splitWord.GetWord
 
getBranch(String) - Method in class love.cq.domain.SmartForest
根据一个词获得所取的参数,没有就返回null
getC() - Method in class love.cq.domain.Branch
 
getC() - Method in class love.cq.domain.Forest
 
getC() - Method in class love.cq.domain.SmartForest
 
getC() - Method in interface love.cq.domain.WoodInterface
 
getContent(String, String) - Static method in class love.cq.util.IOUtil
 
getContent(InputStream, String) - Static method in class love.cq.util.IOUtil
 
getContent(File, String) - Static method in class love.cq.util.IOUtil
 
getContent(BufferedReader) - Static method in class love.cq.util.IOUtil
 
getDic() - Method in class love.cq.util.MapCount
将map序列化为词典格式
getFrontWords() - Method in class love.cq.splitWord.GetWord
 
getInputStream(String) - Static method in class love.cq.util.IOUtil
 
getInt(String, int) - Static method in class love.cq.util.ObjectBean
 
getKeyword() - Method in class love.cq.domain.Value
 
getNature() - Method in class love.cq.domain.Forest
 
getParam(int) - Method in class love.cq.domain.Branch
得道第几个参数
getParam() - Method in class love.cq.domain.SmartForest
 
getParam(int) - Method in class love.cq.splitWord.GetWord
 
getParamers() - Method in class love.cq.domain.Value
 
getParams() - Method in class love.cq.domain.Branch
 
getParams() - Method in class love.cq.domain.Forest
 
getParams() - Method in interface love.cq.domain.WoodInterface
 
getParams() - Method in class love.cq.splitWord.GetWord
得到全部参数
getRandomAccessFile(String, String) - Static method in class love.cq.util.IOUtil
 
getReader(String, String) - Static method in class love.cq.util.IOUtil
 
getReader(InputStream, String) - Static method in class love.cq.util.IOUtil
 
getSize() - Method in class love.cq.domain.Forest
 
getStatus() - Method in class love.cq.domain.Branch
 
getStatus() - Method in class love.cq.domain.Forest
 
getStatus() - Method in class love.cq.domain.SmartForest
 
getStatus() - Method in interface love.cq.domain.WoodInterface
 
getWord(String) - Method in class love.cq.domain.Forest
得到一个分词对象
GetWord - Class in love.cq.splitWord
 
GetWord(Forest, String) - Constructor for class love.cq.splitWord.GetWord
 

H

hashCode() - Method in class love.cq.domain.Branch
 
hashCode() - Method in class love.cq.domain.SmartForest
 
hasNext() - Method in class love.cq.util.FileIterator
 

I

insertWord(Forest, Value) - Static method in class love.cq.library.Library
 
insertWord(WoodInterface, String) - Static method in class love.cq.library.Library
插入一个词
instanceFileIterator(String, String) - Static method in class love.cq.util.IOUtil
 
IOUtil - Class in love.cq.util
java 一个简单的io操作
IOUtil() - Constructor for class love.cq.util.IOUtil
 
isBlank(CharSequence) - Static method in class love.cq.util.StringUtil
判断字符串是否为空
isE(char) - Method in class love.cq.splitWord.GetWord
 
isNotBlank(CharSequence) - Static method in class love.cq.util.StringUtil
判断字符串是否不为空

L

Library - Class in love.cq.library
 
Library() - Constructor for class love.cq.library.Library
 
LINE - Static variable in class love.cq.util.IOUtil
 
LINEBYTE - Static variable in class love.cq.util.IOUtil
 
loadMap(String, String, Class<K>, Class<V>) - Static method in class love.cq.util.IOUtil
加载一个文件到hashMap
love.cq.domain - package love.cq.domain
 
love.cq.library - package love.cq.library
 
love.cq.splitWord - package love.cq.splitWord
 
love.cq.util - package love.cq.util
 

M

main(String[]) - Static method in class love.cq.domain.SmartForest
 
main(String[]) - Static method in class love.cq.splitWord.GetWord
 
main(String[]) - Static method in class love.cq.util.AnsjArrays
 
main(String[]) - Static method in class love.cq.util.IOUtil
 
main(String[]) - Static method in class love.cq.util.MapCount
 
main(String[]) - Static method in class love.cq.util.StringUtil
 
makeForest(String) - Static method in class love.cq.library.Library
 
makeForest(InputStream) - Static method in class love.cq.library.Library
 
makeForest(BufferedReader) - Static method in class love.cq.library.Library
 
makeForest(List<Value>) - Static method in class love.cq.library.Library
传入value数组.构造树
makeSqlInString(String) - Static method in class love.cq.util.StringUtil
 
MapCount<T> - Class in love.cq.util
用map做的计数器.
MapCount() - Constructor for class love.cq.util.MapCount
 
MapCount(int) - Constructor for class love.cq.util.MapCount
 

O

ObjectBean - Class in love.cq.util
 
ObjectBean() - Constructor for class love.cq.util.ObjectBean
 
offe - Variable in class love.cq.splitWord.GetWord
 

R

readFile2List(String, String) - Static method in class love.cq.util.IOUtil
 
readFile2List(File, String) - Static method in class love.cq.util.IOUtil
 
readFile2List(BufferedReader) - Static method in class love.cq.util.IOUtil
从一个字符流读取文件到list.
readLine() - Method in class love.cq.util.FileIterator
 
ReflectUtil - Class in love.cq.util
 
ReflectUtil() - Constructor for class love.cq.util.ReflectUtil
 
remove(T) - Method in class love.cq.util.MapCount
删除一个元素
removeWord(Forest, String) - Static method in class love.cq.library.Library
删除一个词
reset(String) - Method in class love.cq.splitWord.GetWord
 
rmHtmlTag(String) - Static method in class love.cq.util.StringUtil
去除html标签

S

setKeyword(String) - Method in class love.cq.domain.Value
 
setNature(int) - Method in class love.cq.domain.Forest
 
setParam(String[]) - Method in class love.cq.domain.Branch
 
setParam(String[]) - Method in class love.cq.domain.Forest
 
setParam(T) - Method in class love.cq.domain.SmartForest
 
setParam(String[]) - Method in interface love.cq.domain.WoodInterface
 
setParamers(String[]) - Method in class love.cq.domain.Value
 
setStatus(int) - Method in class love.cq.domain.Branch
 
setStatus(int) - Method in class love.cq.domain.Forest
 
setStatus(int) - Method in class love.cq.domain.SmartForest
 
setStatus(int) - Method in interface love.cq.domain.WoodInterface
 
size() - Method in class love.cq.util.MapCount
map的大小
SmartForest<T> - Class in love.cq.domain
一个小树,和Forest的区别是.这个在首字也是用二分查找,意味着,更节省内存.但是在构造和查找的时候都慢一点,一般应用在.词少.或者临时词典中.
SmartForest() - Constructor for class love.cq.domain.SmartForest
 
SmartForest(char, int, T) - Constructor for class love.cq.domain.SmartForest
 
sort(WoodInterface[]) - Static method in class love.cq.util.AnsjArrays
 
sort(WoodInterface[], int, int) - Static method in class love.cq.util.AnsjArrays
 
sortCharArray(String) - Static method in class love.cq.util.StringUtil
将一个字符串.转换成排序后的字符数组
sortMapByValue(HashMap<K, V>, int) - Static method in class love.cq.util.CollectionUtil
map 按照value排序
StringUtil - Class in love.cq.util
 
StringUtil() - Constructor for class love.cq.util.StringUtil
 

T

TABBYTE - Static variable in class love.cq.util.IOUtil
 
TABLE - Static variable in class love.cq.util.IOUtil
 
toString() - Method in class love.cq.domain.Value
 

U

UTF8 - Static variable in class love.cq.util.IOUtil
 

V

Value - Class in love.cq.domain
 
Value(String, String...) - Constructor for class love.cq.domain.Value
 
Value(String) - Constructor for class love.cq.domain.Value
 

W

WoodInterface - Interface in love.cq.domain
 
writeMap(Map<K, V>, String, String) - Static method in class love.cq.util.IOUtil
 
Writer(String, String, String) - Static method in class love.cq.util.IOUtil
 
WriterObj(String, Serializable) - Static method in class love.cq.util.IOUtil
将一个对象序列化到硬盘中
A B C E F G H I L M O R S T U V W 

Copyright © 2013. All Rights Reserved.