trait
ProtectedDoubleArrayBuffer extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
-
def
_appendAll(elts: TraversableOnce[Double]): Unit
-
def
_appendAll(elts: Array[Double]): Unit
-
final
def
_apply(index: Int): Double
-
def
_array: Array[Double]
-
final
def
_asArray: Array[Double]
-
-
def
_asSeq: IndexedSeq[Double]
-
def
_capacityGrowthFactor: Double
-
def
_clear(): Unit
-
def
_considerShrinkingCapacity(): Unit
-
def
_containsSorted(x: Double): Boolean
-
def
_copyToArray(a: Array[Double]): Unit
-
final
def
_ensureCapacity(cap: Int): Unit
-
def
_fill(elt: Double): Unit
-
final
def
_increment(index: Int, incr: Double): Unit
-
def
_indexForInsertSorted(i: Double): Int
-
def
_indexForInsertSortedLinear(i: Double): Int
-
def
_indexOf(i: Double): Int
-
def
_indexOfSorted(i: Double): Int
-
def
_initialCapacity: Int
-
def
_insert(index: Int, elt: Double): Unit
-
def
_insertAll(index: Int, seq: Traversable[Double]): Unit
-
def
_insertAllSorted(seq: Traversable[Double]): Unit
-
def
_insertSorted(elt: Double): Unit
-
def
_insertSortedNoDuplicates(elt: Double): Unit
-
final
def
_length: Int
-
def
_mapToArray[A](a: Array[A], f: (Double) ⇒ A): Unit
-
def
_prepend(elt: Double): Unit
-
def
_prependAll(elts: TraversableOnce[Double]): Unit
-
def
_reduceToSize(newSize: Int): Unit
-
def
_remove(index: Int): Unit
-
def
_remove(index: Int, count: Int): Unit
-
def
_set(elts: Seq[Double]): Unit
-
def
_set(elts: Array[Double]): Unit
-
final
def
_setCapacity(cap: Int): Unit
-
def
_sizeHint(len: Int): Unit
-
def
_sum: Double
-
def
_takeAsIntSeq(len: Int): DoubleSeq
-
def
_toArray: Array[Double]
-
def
_toSeq: IndexedSeq[Double]
-
def
_trimCapacity(): Unit
-
final
def
_update(index: Int, value: Double): Unit
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit