| Class | Description |
|---|---|
| ByteCharCounter |
All Basic printable Latin char counter class
include all the English punctuation and the letters
|
| EntityFormat |
Entity format manager class
|
| IHashQueue<T extends IWord> |
A normal queue base one single link
but with hash index, so, it is fast for searching
|
| IHashQueue.Entry<T> |
innner Entry node class
|
| IIntFIFO |
int first in first out queue base on single link
|
| IIntFIFO.Entry |
Item Entry inner class
|
| IIntQueue |
char queue class base on double link
Not thread safe
|
| IIntQueue.Entry |
innner Entry node class
|
| IntArrayList |
array list for basic int data type to intead of ArrayList
Well, this will save a lot work to Reopened and Unpacking
|
| IPushbackReader |
IPushBackReader based on Reader
Not thread safe support unlimited unread operation
|
| IStringBuffer |
string buffer class
|
| NumericUtil |
a class to deal with Chinese numeric
|
| Sort |
All kind of Sort algorithm implemented method use the default compare method
|
| STConverter |
Simplified and traditional chinese convert class
all the search work base on
String.indexOf(int)
you may store all the words in a HashMap for the purpuse of a faster fetch |
| StringUtil |
a class to deal with the English stop char like the English punctuation
|
| TimeUtil |
Time Util class
|
| Util |
static method for jcseg.
|
Copyright © 2017. All Rights Reserved.