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

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

Instance Constructors

  1. new MS(companion: $ZCompanion[I], data: AnyRef, length: MP, boxer: Boxer)

Value Members

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

Inherited from MSMarker

Inherited from Mutable

Inherited from MutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped