Uses of Class
cloud.opencode.base.collections.specialized.TreeRangeSet
Packages that use TreeRangeSet
Package
Description
Specialized Collections Package - Specialized Collection Types
专用集合包 - 专用集合类型
-
Uses of TreeRangeSet in cloud.opencode.base.collections.specialized
Methods in cloud.opencode.base.collections.specialized that return TreeRangeSetModifier and TypeMethodDescriptionstatic <C extends Comparable<? super C>>
TreeRangeSet<C> TreeRangeSet.create()Create an empty TreeRangeSet.static <C extends Comparable<? super C>>
TreeRangeSet<C> Create a TreeRangeSet with the given ranges.