Packages

package mutable

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

Type Members

  1. final class ExtHashSet[A] extends AbstractSet[A] with SetOps[A, ExtHashSet, ExtHashSet[A]] with StrictOptimizedIterableOps[A, ExtHashSet, ExtHashSet[A]] with IterableFactoryDefaults[A, ExtHashSet] with ExtSetMethods[A] with Serializable

    This class implements mutable sets using a hashtable.

    This class implements mutable sets using a hashtable.

    See also

    "Scala's Collection Library overview" section on Hash Tables for more information.

Deprecated Type Members

  1. type ArrayStack[X] = Stack[X]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Stack instead of ArrayStack; it now uses an array-based implementation

  2. type GrowingBuilder[Elem, To <: Growable[Elem]] = GrowableBuilder[Elem, To]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) GrowingBuilder has been renamed to GrowableBuilder

  3. type IndexedOptimizedBuffer[A] = IndexedBuffer[A]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) IndexedOptimizedBuffer has been renamed to IndexedBuffer

  4. type IndexedOptimizedSeq[A] = IndexedSeq[A]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) IndexedOptimizedSeq has been renamed to IndexedSeq

  5. type LinearSeq[X] = Seq[X] with collection.LinearSeq[X]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) mutable.LinearSeq has been removed; use LinearSeq with mutable.Seq instead

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

    (Since version 2.13.0) Use Iterable instead of Traversable

  7. type WrappedArray[X] = ArraySeq[X]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ArraySeq instead of WrappedArray; it can represent both, boxed and unboxed arrays

Value Members

  1. object ExtHashSet extends IterableFactory[ExtHashSet]

    $factoryInfo

    $factoryInfo

    Annotations
    @SerialVersionUID()

Deprecated Value Members

  1. val ArrayStack: Stack.type
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Stack instead of ArrayStack; it now uses an array-based implementation

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

    (Since version 2.13.0) Use Iterable instead of Traversable

  3. val WrappedArray: ArraySeq.type
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use ArraySeq instead of WrappedArray; it can represent both, boxed and unboxed arrays

Inherited from AnyRef

Inherited from Any

Ungrouped