Double

final class Double extends ChunkBuilder[Double]

A ChunkBuilder specialized for building chunks of unboxed Double values.

class ChunkBuilder[Double]
trait Builder[Double, Chunk[Double]]
trait Growable[Double]
trait Clearable
class Object
trait Matchable
class Any

Value members

Concrete methods

override def addAll(as: IterableOnce[Double]): Double
Definition Classes
Growable
def addOne(a: Double): Double
def clear(): Unit
override def equals(that: Any): Boolean
Definition Classes
Any
def result(): Chunk[Double]
override def sizeHint(n: Int): Unit
Definition Classes
Builder
override def toString: String
Definition Classes
Any

Inherited methods

@inline
final def ++=(xs: IterableOnce[Double]): Double
Inherited from:
Growable
@inline
final def +=(elem: Double): Double
Inherited from:
Growable
def knownSize: Int
Inherited from:
Growable
def mapResult[NewTo](f: Chunk[Double] => NewTo): Builder[Double, NewTo]
Inherited from:
Builder
final def sizeHint(coll: IterableOnce[_], delta: Int): Unit
Inherited from:
Builder
final def sizeHintBounded(size: Int, boundingColl: Iterable[_]): Unit
Inherited from:
Builder

Deprecated and Inherited methods

@inline @deprecated(message = "Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated", since = "2.13.0")
final def +=(elem1: Double, elem2: Double, elems: Double*): Double
Deprecated
[Since version 2.13.0] Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated
Inherited from:
Growable