final class MS[I, V] extends Mutable with MSMarker
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- MS
- MSMarker
- Mutable
- MutableMarker
- Clonable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new MS(companion: $ZCompanion[I], data: AnyRef, length: MP, boxer: Boxer)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
$clone: MS[I, V]
- Definition Classes
- MS → MutableMarker → Clonable
- def ++(other: MS[I, V]): MS[I, V]
- def +:(e: V): MS[I, V]
- def -(e: V): MS[I, V]
- def --(other: MS[I, V]): MS[I, V]
- def :+(e: V): MS[I, V]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(index: I): V
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val boxer: Boxer
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val companion: $ZCompanion[I]
- val data: AnyRef
- def elements: Seq[V]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(other: Any): Boolean
- Definition Classes
- MS → AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def flatMap[V2](f: (V) ⇒ MS[I, V2]): MS[I, V2]
- def foreach(f: (V) ⇒ Unit): Unit
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- MS → AnyRef → Any
- def indices: ZRange[I]
- def isEmpty: B
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val length: MP
- def map[V2](f: (V) ⇒ V2): MS[I, V2]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: B
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
owned: Boolean
- Definition Classes
- MS → MutableMarker
-
def
owned_=(b: Boolean): MS.this.type
- Definition Classes
- MS → MutableMarker
- def size: I
- def string: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toIS: IS[I, V]
-
def
toString(): scala.Predef.String
- Definition Classes
- MS → AnyRef → Any
- def update(index: I, value: V): Unit
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def withFilter(p: (V) ⇒ B): MS[I, V]