final class MS[I, V] extends Mutable with MSMarker with Iterable[V]

Linear Supertypes
Iterable[V], MSMarker, Mutable, MutableMarker, Clonable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MS
  2. Iterable
  3. MSMarker
  4. Mutable
  5. MutableMarker
  6. Clonable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MS(companion: $ZCompanion[I], d: AnyRef, l: Z, b: Boxer)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def $cannotMixImmutableAndMutable: Nothing
    Attributes
    protected
    Definition Classes
    Mutable
  4. def $clone: MS[I, V]
    Definition Classes
    MS → MutableMarker → Clonable
  5. def $hasEquals: Boolean
    Attributes
    protected
    Definition Classes
    Mutable
  6. def $hasString: Boolean
    Attributes
    protected
    Definition Classes
    Mutable
  7. def $owned: Boolean
    Definition Classes
    MS → MutableMarker
  8. def $owned_=(b: Boolean): MS.this.type
    Definition Classes
    MS → MutableMarker
  9. def ++[I2](other: MS[I2, V]): MS[I, V]
  10. def +:(e: V): MS[I, V]
  11. def -(e: V): MS[I, V]
  12. def --[I2](other: MS[I2, V]): MS[I, V]
  13. def :+(e: V): MS[I, V]
  14. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def apply(index: I): V
  16. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  17. def boxer: Boxer
  18. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  19. val companion: $ZCompanion[I]
  20. def data: AnyRef
  21. def elements: Seq[V]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(other: Any): Boolean
    Definition Classes
    MS → AnyRef → Any
  24. def expand(n: I, default: V): Unit
  25. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. def flatMap[V2](f: (V) ⇒ MS[I, V2]): MS[I, V2]
  27. def forEach(arg0: Consumer[_ >: V]): Unit
    Definition Classes
    Iterable
  28. def foreach(f: (V) ⇒ Unit): Unit
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def hash: Z
  31. def hashCode(): Int
    Definition Classes
    MS → AnyRef → Any
  32. def indices: ZRange[I]
  33. def isEmpty: B
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def iterator(): Iterator[V]
    Definition Classes
    MS → Iterable
  36. def length: Z
  37. def map[V2](f: (V) ⇒ V2): MS[I, V2]
  38. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  39. def nonEmpty: B
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def size: I
  43. def spliterator(): Spliterator[V]
    Definition Classes
    Iterable
  44. def string: String
    Definition Classes
    MSMutable
  45. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  46. def toIS: IS[I, V]
  47. def toString(): scala.Predef.String
    Definition Classes
    MS → AnyRef → Any
  48. def update(index: I, value: V): Unit
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  52. def withFilter(p: (V) ⇒ B): MS[I, V]
  53. def zize: Z

Inherited from Iterable[V]

Inherited from MSMarker

Inherited from Mutable

Inherited from MutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped