scala.collection.mutable.UnrolledBuffer

Unrolled

class Unrolled[T] extends AnyRef

Unrolled buffer node.

Linear Supertypes
AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Unrolled
  2. AnyRef
  3. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from Unrolled[T] to any2stringadd[Unrolled[T]] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Unrolled[T], B)

    Implicit information
    This member is added by an implicit conversion from Unrolled[T] to ArrowAssoc[Unrolled[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  6. final def append(elem: T): Unrolled[T]

    Annotations
    @tailrec()
  7. final def apply(idx: Int): T

    Annotations
    @tailrec()
  8. var array: Array[T]

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def bind(thathead: Unrolled[T]): Boolean

  11. val buff: UnrolledBuffer[T]

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. def ensuring(cond: (Unrolled[T]) ⇒ Boolean, msg: ⇒ Any): Unrolled[T]

    Implicit information
    This member is added by an implicit conversion from Unrolled[T] to Ensuring[Unrolled[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: (Unrolled[T]) ⇒ Boolean): Unrolled[T]

    Implicit information
    This member is added by an implicit conversion from Unrolled[T] to Ensuring[Unrolled[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean, msg: ⇒ Any): Unrolled[T]

    Implicit information
    This member is added by an implicit conversion from Unrolled[T] to Ensuring[Unrolled[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean): Unrolled[T]

    Implicit information
    This member is added by an implicit conversion from Unrolled[T] to Ensuring[Unrolled[T]] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. def foreach[U](f: (T) ⇒ U): Unit

  21. def formatted(fmtstr: String): String

    Returns string formatted according to given format string.

    Returns string formatted according to given format string. Format strings are as for String.format (@see java.lang.String.format).

    Implicit information
    This member is added by an implicit conversion from Unrolled[T] to StringFormat[Unrolled[T]] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  24. final def insertAll(idx: Int, t: collection.Traversable[T], buffer: UnrolledBuffer[T]): Unit

    Annotations
    @tailrec()
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def locate(idx: Int): Unrolled[T]

    Annotations
    @tailrec()
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. var next: Unrolled[T]

  29. final def notify(): Unit

    Definition Classes
    AnyRef
  30. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  31. def prepend(elem: T): Unrolled[T]

  32. final def remove(idx: Int, buffer: UnrolledBuffer[T]): T

    Annotations
    @tailrec()
  33. var size: Int

  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toParArray: ParArray[T]

    Implicit information
    This member is added by an implicit conversion from Unrolled[T] to CollectionsHaveToParArray[Unrolled[T], T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (Unrolled[T]) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  36. def toString(): String

    Definition Classes
    Unrolled → AnyRef → Any
  37. def tryMergeWithNext(): Boolean

    Attributes
    protected
  38. final def update(idx: Int, newelem: T): Unit

    Annotations
    @tailrec()
  39. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. def [B](y: B): (Unrolled[T], B)

    Implicit information
    This member is added by an implicit conversion from Unrolled[T] to ArrowAssoc[Unrolled[T]] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from Unrolled[T] to CollectionsHaveToParArray[Unrolled[T], T]

Inherited by implicit conversion any2stringadd from Unrolled[T] to any2stringadd[Unrolled[T]]

Inherited by implicit conversion StringFormat from Unrolled[T] to StringFormat[Unrolled[T]]

Inherited by implicit conversion Ensuring from Unrolled[T] to Ensuring[Unrolled[T]]

Inherited by implicit conversion ArrowAssoc from Unrolled[T] to ArrowAssoc[Unrolled[T]]

Ungrouped