Class

scala.concurrent.stm.skel.AtomicArrayBuilder

ofShort

Related Doc: package AtomicArrayBuilder

Permalink

class ofShort extends IntBacked[Short]

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

Instance Constructors

  1. new ofShort()

    Permalink

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[Short]): ofShort.this.type

    Permalink
    Definition Classes
    Growable
  4. def +=(elem: Short): ofShort.this.type

    Permalink
    Definition Classes
    ofShort → Builder → Growable
  5. def +=(elem1: Short, elem2: Short, elems: Short*): ofShort.this.type

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    IntBacked
  11. def ensureSpace(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    IntBacked
  12. final def eq(arg0: AnyRef): Boolean

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  22. def result(): AtomicArray[Short]

    Permalink
    Definition Classes
    ofShort → Builder
  23. def setCapacity(newCap: Int): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    IntBacked
  24. var size: Int

    Permalink
    Attributes
    protected
    Definition Classes
    IntBacked
  25. def sizeHint(sizeHint: Int): Unit

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

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

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

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

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

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

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

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

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

Inherited from IntBacked[Short]

Inherited from AtomicArrayBuilder[Short]

Inherited from Builder[Short, AtomicArray[Short]]

Inherited from Growable[Short]

Inherited from Clearable

Inherited from AnyRef

Inherited from Any

Ungrouped