Uses of Class
cloud.opencode.base.collections.tree.SkipList
Packages that use SkipList
Package
Description
Tree Collections Package - Tree-based Data Structures
树形集合包 - 基于树的数据结构
-
Uses of SkipList in cloud.opencode.base.collections.tree
Methods in cloud.opencode.base.collections.tree that return SkipListModifier and TypeMethodDescriptionstatic <K extends Comparable<? super K>, V>
SkipList<K, V> SkipList.create()Create an empty SkipList with natural ordering.static <K,V> SkipList <K, V> SkipList.create(Comparator<? super K> comparator) Create an empty SkipList with custom comparator.