package immutable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- immutable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class IntervalSet[T] extends SortedSet[Interval[T]] with SortedSetOps[Interval[T], SortedSet, IntervalSet[T]] with Serializable
A set containing 0 or more intervals.
A set containing 0 or more intervals. Intervals which may be unioned together are automatically coalesced, so at all times an interval set contains the minimum number of necessary intervals. Interval sets are immutable and persistent.
- type StringOps = collection.StringOps
- type StringView = collection.StringView
Deprecated Type Members
Value Members
- val StringOps: collection.StringOps.type
- val StringView: collection.StringView.type
- object IntervalSet extends java.io.Serializable
Deprecated Value Members
- val Traversable: Iterable.type
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use Iterable instead of Traversable