Uses of Interface
cloud.opencode.base.collections.specialized.RangeSet
Packages that use RangeSet
Package
Description
Immutable Collections Package
不可变集合包
Specialized Collections Package - Specialized Collection Types
专用集合包 - 专用集合类型
-
Uses of RangeSet in cloud.opencode.base.collections.immutable
Classes in cloud.opencode.base.collections.immutable that implement RangeSetModifier and TypeClassDescriptionfinal classImmutableRangeSet<C extends Comparable<? super C>>ImmutableRangeSet - Immutable Range Set ImmutableRangeSet - 不可变范围集合Methods in cloud.opencode.base.collections.immutable that return RangeSetModifier and TypeMethodDescriptionImmutableRangeSet.complement()ImmutableRangeSet.subRangeSet(Range<C> view) Methods in cloud.opencode.base.collections.immutable with parameters of type RangeSetModifier and TypeMethodDescriptionvoidNot supported.Add all ranges from another range set.static <C extends Comparable<? super C>>
ImmutableRangeSet<C> Create an immutable range set by copying from aRangeSet.booleanImmutableRangeSet.enclosesAll(RangeSet<C> other) voidNot supported. -
Uses of RangeSet in cloud.opencode.base.collections.specialized
Classes in cloud.opencode.base.collections.specialized that implement RangeSetModifier and TypeClassDescriptionfinal classTreeRangeSet<C extends Comparable<? super C>>TreeRangeSet - Tree-based Range Set Implementation TreeRangeSet - 基于树的范围集合实现Methods in cloud.opencode.base.collections.specialized that return RangeSetModifier and TypeMethodDescriptionRangeSet.complement()Return the complement of this range set.TreeRangeSet.complement()RangeSet.subRangeSet(Range<C> view) Return a sub range set within the given range.TreeRangeSet.subRangeSet(Range<C> view) Methods in cloud.opencode.base.collections.specialized with parameters of type RangeSetModifier and TypeMethodDescriptionvoidAdd all ranges from another range set.voidbooleanRangeSet.enclosesAll(RangeSet<C> other) Check if this range set encloses all ranges in the other set.booleanTreeRangeSet.enclosesAll(RangeSet<C> other) voidRemove all ranges in another range set.void