A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://www.scala-lang.org/api/2.13.10/scala/collection/mutable/ArrayBuilder.html below:

Scala Standard Library 2.13.10 - scala.collection.mutable.ArrayBuilder

  •  final def !=(arg0: Any): Boolean

    Test two objects for inequality.

  •  final def ##: Int

    Equivalent to x.hashCode except for boxed numeric types and null.

  •  def +(other: String): String
  •  final def ++=(xs: IterableOnce[T]): ArrayBuilder.this.type

    Alias for addAll

  •  final def +=(elem: T): ArrayBuilder.this.type

    Alias for addOne

  •  def ->[B](y: B): (ArrayBuilder[T], B)
  •  final def ==(arg0: Any): Boolean

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

  •  def addAll(xs: IterableOnce[T]): ArrayBuilder.this.type

    Adds all elements produced by an IterableOnce to this growable collection.

  •  def addAll(xs: Array[_ <: T], offset: Int, length: Int): ArrayBuilder.this.type

    Add a slice of an array

  •  def addAll(xs: Array[_ <: T]): ArrayBuilder.this.type

    Add all elements of an array

  •  final def asInstanceOf[T0]: T0

    Cast the receiver object to be of type T0.

  •  var capacity: Int
  •  def clear(): Unit

    Clears the contents of this builder.

  •  def clone(): AnyRef

    Create a copy of the receiver object.

  •  final def ensureSize(size: Int): Unit
  •  def ensuring(cond: (ArrayBuilder[T]) => Boolean, msg: => Any): ArrayBuilder[T]
  •  def ensuring(cond: (ArrayBuilder[T]) => Boolean): ArrayBuilder[T]
  •  def ensuring(cond: Boolean, msg: => Any): ArrayBuilder[T]
  •  def ensuring(cond: Boolean): ArrayBuilder[T]
  •  final def eq(arg0: AnyRef): Boolean

    Tests whether the argument (that) is a reference to the receiver object (this).

  •  def equals(arg0: AnyRef): Boolean

    The equality method for reference types.

  •  def finalize(): Unit

    Called by the garbage collector on the receiver object when there are no more references to the object.

  •  final def getClass(): Class[_ <: AnyRef]

    Returns the runtime class representation of the object.

  •  def hashCode(): Int

    The hashCode method for reference types.

  •  final def isInstanceOf[T0]: Boolean

    Test whether the dynamic type of the receiver object has the same erasure as T0.

  •  def knownSize: Int
  •  def length: Int
  •  def mapResult[NewTo](f: (Array[T]) => NewTo): Builder[T, NewTo]

    A builder resulting from this builder my mapping the result using f.

  •  final def ne(arg0: AnyRef): Boolean

    Equivalent to !(this eq that).

  •  final def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

  •  final def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

  •  var size: Int
  •  final def sizeHint(size: Int): Unit

    Gives a hint how many elements are expected to be added when the next result is called.

  •  final def sizeHint(coll: IterableOnce[_], delta: Int = 0): Unit

    Gives a hint that one expects the result of this builder to have the same size as the given collection, plus some delta.

  •  final def sizeHintBounded(size: Int, boundingColl: collection.Iterable[_]): Unit

    Gives a hint how many elements are expected to be added when the next result is called, together with an upper bound given by the size of some other collection.

  •  final def synchronized[T0](arg0: => T0): T0

    Executes the code in body with an exclusive lock on this.

  •  def toString(): String

    Creates a String representation of this object.

  •  final def wait(): Unit

    See https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--.

  •  final def wait(arg0: Long, arg1: Int): Unit

    See https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-

  •  final def wait(arg0: Long): Unit

    See https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-.


  • RetroSearch is an open source project built by @garambo | Open a GitHub Issue

    Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

    HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4