Packages

final class Short extends ChunkBuilder[scala.Short]

A ChunkBuilder specialized for building chunks of unboxed Short values.

Self Type
Short
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Short
  2. ChunkBuilder
  3. Builder
  4. Growable
  5. Clearable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Short()

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: scala.Int
    Definition Classes
    AnyRef → Any
  3. final def ++=(xs: IterableOnce[scala.Short]): Short.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  4. final def +=(elem: scala.Short): Short.this.type
    Definition Classes
    Growable
    Annotations
    @inline()
  5. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  6. def addAll(as: IterableOnce[scala.Short]): Short.this.type
    Definition Classes
    Short → Growable
  7. def addOne(a: scala.Short): Short.this.type
    Definition Classes
    Short → Growable
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clear(): Unit
    Definition Classes
    Short → Builder → Clearable
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  11. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  12. def equals(that: Any): scala.Boolean
    Definition Classes
    Short → AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  14. def hashCode(): scala.Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  16. def knownSize: scala.Int
    Definition Classes
    Growable
  17. def mapResult[NewTo](f: (Chunk[scala.Short]) => NewTo): Builder[scala.Short, NewTo]
    Definition Classes
    Builder
  18. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. def result(): Chunk[scala.Short]
    Definition Classes
    Short → Builder
  22. def sizeHint(n: scala.Int): Unit
    Definition Classes
    Short → Builder
  23. final def sizeHint(coll: IterableOnce[_], delta: scala.Int): Unit
    Definition Classes
    Builder
  24. final def sizeHintBounded(size: scala.Int, boundingColl: Iterable[_]): Unit
    Definition Classes
    Builder
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    Short → AnyRef → Any
  27. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. final def +=(elem1: scala.Short, elem2: scala.Short, elems: scala.Short*): Short.this.type
    Definition Classes
    Growable
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.13.0) Use ++= aka addAll instead of varargs +=; infix operations with an operand of multiple args will be deprecated

  2. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from ChunkBuilder[scala.Short]

Inherited from Growable[scala.Short]

Inherited from Clearable

Inherited from AnyRef

Inherited from Any

Ungrouped