Packages

package immutable

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. immutable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. 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.

  2. type StringOps = collection.StringOps
  3. type StringView = collection.StringView

Deprecated Type Members

  1. type DefaultMap[K, +V] = Map[K, V]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Map instead of DefaultMap

  2. type Traversable[+X] = Iterable[X]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Iterable instead of Traversable

Value Members

  1. val StringOps: collection.StringOps.type
  2. val StringView: collection.StringView.type
  3. object IntervalSet extends java.io.Serializable

Deprecated Value Members

  1. val Traversable: Iterable.type
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Iterable instead of Traversable

Inherited from AnyRef

Inherited from Any

Ungrouped