Class

scala.concurrent.stm.skel.AtomicArrayBuilder

IntBacked

Related Doc: package AtomicArrayBuilder

Permalink

abstract class IntBacked[T] extends AtomicArrayBuilder[T]

Linear Supertypes
AtomicArrayBuilder[T], Builder[T, AtomicArray[T]], Growable[T], Clearable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntBacked
  2. AtomicArrayBuilder
  3. Builder
  4. Growable
  5. Clearable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new IntBacked()

    Permalink

Abstract Value Members

  1. abstract def +=(elem: T): IntBacked.this.type

    Permalink
    Definition Classes
    Builder → Growable
  2. abstract def result(): AtomicArray[T]

    Permalink
    Definition Classes
    Builder

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def ++=(xs: collection.TraversableOnce[T]): IntBacked.this.type

    Permalink
    Definition Classes
    Growable
  4. def +=(elem1: T, elem2: T, elems: T*): IntBacked.this.type

    Permalink
    Definition Classes
    Growable
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clear(): Unit

    Permalink
    Definition Classes
    IntBacked → Builder → Growable → Clearable
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. var elems: Array[Int]

    Permalink
    Attributes
    protected
  10. def ensureSpace(): Unit

    Permalink
    Attributes
    protected
  11. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. def mapResult[NewTo](f: (AtomicArray[T]) ⇒ NewTo): Builder[T, NewTo]

    Permalink
    Definition Classes
    Builder
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  20. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. def setCapacity(newCap: Int): Unit

    Permalink
    Attributes
    protected
  22. var size: Int

    Permalink
    Attributes
    protected
  23. def sizeHint(sizeHint: Int): Unit

    Permalink
    Definition Classes
    IntBacked → Builder
  24. def sizeHint(coll: TraversableLike[_, _], delta: Int): Unit

    Permalink
    Definition Classes
    Builder
  25. def sizeHint(coll: TraversableLike[_, _]): Unit

    Permalink
    Definition Classes
    Builder
  26. def sizeHintBounded(size: Int, boundingColl: TraversableLike[_, _]): Unit

    Permalink
    Definition Classes
    Builder
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AtomicArrayBuilder[T]

Inherited from Builder[T, AtomicArray[T]]

Inherited from Growable[T]

Inherited from Clearable

Inherited from AnyRef

Inherited from Any

Ungrouped