final
class
Long extends ChunkBuilder[scala.Long]
Instance Constructors
-
new
Long()
Value Members
-
-
-
def
++=(as: TraversableOnce[scala.Long]): Long.this.type
-
def
+=(a: scala.Long): Long.this.type
-
def
+=(elem1: scala.Long, elem2: scala.Long, elems: scala.Long*): Long.this.type
-
-
final
def
asInstanceOf[T0]: T0
-
def
clear(): Unit
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
-
final
def
isInstanceOf[T0]: scala.Boolean
-
def
mapResult[NewTo](f: (Chunk[scala.Long]) ⇒ NewTo): Builder[scala.Long, NewTo]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
result(): Chunk[scala.Long]
-
-
-
-
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: scala.Long, arg1: scala.Int): Unit
-
final
def
wait(arg0: scala.Long): Unit
A
ChunkBuilderspecialized for building chunks of unboxedLongvalues.