Growable

abstract class Growable[-A] extends Growable[A]
trait Growable[A]
trait Clearable
class Object
trait Matchable
class Any
object contents
object contents

Value members

Inherited methods

@inline
final def ++=(xs: IterableOnce[A]): Growable
Inhertied from
Growable
def addOne(elem: A): Growable
Inhertied from
Growable
@nowarn(value = "msg=will most likely never compare equal")
def addAll(xs: IterableOnce[A]): Growable
Inhertied from
Growable
@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: A, elem2: A, elems: <repeated>[A]): Growable
Inhertied from
Growable
@inline
final def +=(elem: A): Growable
Inhertied from
Growable
def knownSize: Int
Inhertied from
Growable
def clear(): Unit
Inhertied from
Clearable