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], data: AnyRef, length: Z, boxer: 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. val boxer: Boxer
  18. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  19. val companion: $ZCompanion[I]
  20. val 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 flatMap[V2](f: (V) ⇒ MS[I, V2]): MS[I, V2]
  25. def forEach(arg0: Consumer[_ >: V]): Unit
    Definition Classes
    Iterable
  26. def foreach(f: (V) ⇒ Unit): Unit
  27. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. def hash: Z
  29. def hashCode(): Int
    Definition Classes
    MS → AnyRef → Any
  30. def indices: ZRange[I]
  31. def isEmpty: B
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. def iterator(): Iterator[V]
    Definition Classes
    MS → Iterable
  34. val length: Z
  35. def map[V2](f: (V) ⇒ V2): MS[I, V2]
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def nonEmpty: B
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. def size: I
  41. def spliterator(): Spliterator[V]
    Definition Classes
    Iterable
  42. def string: String
    Definition Classes
    MSMutable
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. def toIS: IS[I, V]
  45. def toString(): scala.Predef.String
    Definition Classes
    MS → AnyRef → Any
  46. def update(index: I, value: V): Unit
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  49. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. def withFilter(p: (V) ⇒ B): MS[I, V]
  51. def zize: Z

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Iterable[V]

Inherited from MSMarker

Inherited from Mutable

Inherited from MutableMarker

Inherited from Clonable

Inherited from AnyRef

Inherited from Any

Ungrouped