Instance Constructors
-
new
MutableSeqWrapper
(underlying: Seq[A])
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
add
(arg0: Int, arg1: A): Unit
-
def
add
(arg0: A): Boolean
-
def
addAll
(arg0: Int, arg1: java.util.Collection[_ <: A]): Boolean
-
def
addAll
(arg0: java.util.Collection[_ <: A]): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clear
(): Unit
-
def
clone
(): AnyRef
-
def
contains
(arg0: Any): Boolean
-
def
containsAll
(arg0: java.util.Collection[_]): Boolean
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
get
(index: Int): A
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
indexOf
(arg0: Any): Int
-
def
isEmpty
(): Boolean
-
def
isInstanceOf
[T0]
: Boolean
-
def
iterator
(): Iterator[A]
-
def
lastIndexOf
(arg0: Any): Int
-
def
listIterator
(arg0: Int): ListIterator[A]
-
def
listIterator
(): ListIterator[A]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
remove
(arg0: Int): A
-
def
remove
(arg0: Any): Boolean
-
def
removeAll
(arg0: java.util.Collection[_]): Boolean
-
def
removeRange
(arg0: Int, arg1: Int): Unit
-
def
retainAll
(arg0: java.util.Collection[_]): Boolean
-
def
set
(index: Int, element: A): A
-
def
size
(): Int
-
def
subList
(arg0: Int, arg1: Int): List[A]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toArray
[T]
(arg0: Array[T]): Array[T]
-
def
toArray
(): Array[AnyRef]
-
def
toString
(): String
-
val
underlying
: Seq[A]
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Serializable
Inherited from Serializable
Inherited from AbstractList[A]
Inherited from List[A]
Inherited from AbstractCollection[A]
Inherited from Collection[A]
Inherited from Iterable[A]
Inherited from AnyRef
Inherited from Any