ofByte

class ofByte extends IntBacked[Byte]
class IntBacked[Byte]
trait AtomicArrayBuilder[Byte]
trait Builder[Byte, AtomicArray[Byte]]
trait Growable[Byte]
trait Clearable
class Object
trait Matchable
class Any

Value members

Concrete methods

def addOne(elem: Byte): ofByte
def result(): AtomicArray[Byte]

Inherited methods

@inline
final def ++=(xs: IterableOnce[Byte]): ofByte
Inherited from
Growable
@inline
final def +=(elem: Byte): ofByte
Inherited from
Growable
def addAll(xs: IterableOnce[Byte]): ofByte
Inherited from
Growable
def clear(): Unit
Inherited from
IntBacked
protected def ensureSpace(): Unit
Inherited from
IntBacked
def knownSize: Int
Inherited from
Growable
def mapResult[NewTo](f: AtomicArray[Byte] => NewTo): Builder[Byte, NewTo]
Inherited from
Builder
protected def setCapacity(newCap: Int): Unit
Inherited from
IntBacked
override def sizeHint(sizeHint: Int): Unit
Definition Classes
IntBacked -> Builder
Inherited from
IntBacked
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: Byte, elem2: Byte, elems: Byte*): ofByte
Deprecated
Inherited from
Growable

Inherited fields

protected var elems: Array[Int]
Inherited from
IntBacked
protected var size: Int
Inherited from
IntBacked