ofLong

class ofLong extends LongBacked[Long]
class LongBacked[Long]
trait AtomicArrayBuilder[Long]
trait Builder[Long, AtomicArray[Long]]
trait Growable[Long]
trait Clearable
class Object
trait Matchable
class Any

Value members

Concrete methods

def addOne(elem: Long): ofLong
def result(): AtomicArray[Long]

Inherited methods

@inline
final def ++=(xs: IterableOnce[Long]): ofLong
Inherited from
Growable
@inline
final def +=(elem: Long): ofLong
Inherited from
Growable
def addAll(xs: IterableOnce[Long]): ofLong
Inherited from
Growable
def clear(): Unit
Inherited from
LongBacked
protected def ensureSpace(): Unit
Inherited from
LongBacked
def knownSize: Int
Inherited from
Growable
def mapResult[NewTo](f: AtomicArray[Long] => NewTo): Builder[Long, NewTo]
Inherited from
Builder
protected def setCapacity(newCap: Int): Unit
Inherited from
LongBacked
override def sizeHint(sizeHint: Int): Unit
Definition Classes
LongBacked -> Builder
Inherited from
LongBacked
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("Use `++=` aka `addAll` instead of varargs `+=`; infix operations with an operand of multiple args will be deprecated", "2.13.0")
final def +=(elem1: Long, elem2: Long, elems: Long*): ofLong
Deprecated
Inherited from
Growable

Inherited fields

protected var elems: Array[Long]
Inherited from
LongBacked
protected var size: Int
Inherited from
LongBacked