| Interface | Description |
|---|---|
| DirectoryWatcher.WatcherCallback | |
| ResourceLoader |
资源加载接口
|
| Utils.FileSegmentationCallback |
| Class | Description |
|---|---|
| AtomicFloat |
因为Java没有提供AtomicFloat
所以自己实现一个
|
| AutoDetector |
资源变化自动检测
|
| DirectoryWatcher |
文件系统目录和文件监控服务
|
| DoubleArrayGenericTrie |
通用的双数组前缀树的Java实现
用于快速检索 K V 对
An Implementation of Double-Array Trie: http://linux.thai.net/~thep/datrie/datrie.html
|
| GenericTrie<V> |
词首字索引式通用前缀树,高效存储,快速搜索
为前缀树的一级节点(词首字)建立索引(比二分查找要快)
|
| TrieTest |
前缀树和双数组前缀树性能测试
|
| Utils |
工具类
|
| WordConfTools |
获取配置信息的工具类
|
Copyright © 2014–2015 APDPlat. All rights reserved.