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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clear(): Unit
    Definition Classes
    Short → Builder → Growable → Clearable
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  11. def equals(that: Any): scala.Boolean
    Definition Classes
    Short → AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): scala.Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  16. def mapResult[NewTo](f: (Chunk[scala.Short]) ⇒ NewTo): Builder[scala.Short, NewTo]
    Definition Classes
    Builder
  17. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def result(): Chunk[scala.Short]
    Definition Classes
    Short → Builder
  21. def sizeHint(n: scala.Int): Unit
    Definition Classes
    Short → Builder
  22. def sizeHint(coll: TraversableLike[_, _], delta: scala.Int): Unit
    Definition Classes
    Builder
  23. def sizeHint(coll: TraversableLike[_, _]): Unit
    Definition Classes
    Builder
  24. def sizeHintBounded(size: scala.Int, boundingColl: TraversableLike[_, _]): 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(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: scala.Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. 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