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. All

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. def ++=(as: TraversableOnce[scala.Short]): Short.this.type
    Definition Classes
    Short → Growable
  4. def +=(a: scala.Short): Short.this.type
    Definition Classes
    Short → Builder → Growable
  5. def +=(elem1: scala.Short, elem2: scala.Short, elems: scala.Short*): Short.this.type
    Definition Classes
    Growable
  6. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  7. def addAll(as: TraversableOnce[scala.Short]): Short.this.type
    Definition Classes
    ShortChunkBuilder
  8. def addOne(a: scala.Short): Short.this.type
    Definition Classes
    ShortChunkBuilder
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. def clear(): Unit
    Definition Classes
    Short → Builder → Growable → Clearable
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  12. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  13. def equals(that: Any): scala.Boolean
    Definition Classes
    Short → AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): scala.Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  18. def mapResult[NewTo](f: (Chunk[scala.Short]) ⇒ NewTo): Builder[scala.Short, NewTo]
    Definition Classes
    Builder
  19. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def result(): Chunk[scala.Short]
    Definition Classes
    Short → Builder
  23. def sizeHint(n: scala.Int): Unit
    Definition Classes
    Short → Builder
  24. def sizeHint(coll: TraversableLike[_, _], delta: scala.Int): Unit
    Definition Classes
    Builder
  25. def sizeHint(coll: TraversableLike[_, _]): Unit
    Definition Classes
    Builder
  26. def sizeHintBounded(size: scala.Int, boundingColl: TraversableLike[_, _]): Unit
    Definition Classes
    Builder
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    Short → AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: scala.Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ChunkBuilder[scala.Short]

Inherited from Builder[scala.Short, Chunk[scala.Short]]

Inherited from Growable[scala.Short]

Inherited from Clearable

Inherited from AnyRef

Inherited from Any

Ungrouped