Package cloud.opencode.base.collections.tree
package cloud.opencode.base.collections.tree
Tree Collections Package - Tree-based Data Structures
树形集合包 - 基于树的数据结构
This package provides tree-based data structures and traversal utilities.
本包提供基于树的数据结构和遍历工具。
Classes | 类:
Trie- Trie (prefix tree) implementation | 字典树(前缀树)实现TreeTraversalUtil- Tree traversal utilities | 树遍历工具SkipList- Skip list implementation | 跳表实现
- Since:
- JDK 25, opencode-base-collections V1.0.0
- Author:
- Leon Soo www.LeonSoo.com
- See Also:
-
ClassDescriptionSkipList<K,
V> SkipList - Skip List Implementation SkipList - 跳表实现SkipList.Entry<K,V> Entry interface.TreeTraversalUtil - Tree Traversal Utilities TreeTraversalUtil - 树遍历工具Trie<V>Trie - Prefix Tree Implementation Trie - 前缀树实现