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 StringAdd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Implicit information
    This member is added by an implicit conversion from Unrolled[T] to StringAdd[Unrolled[T]] performed by method StringAdd in scala.Predef.
    Definition Classes
    StringAdd
  5. 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()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. final def append(elem: T): Unrolled[T]

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

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

  11. final def asInstanceOf[T0]: T0

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

  13. val buff: UnrolledBuffer[T]

  14. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  15. 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
  16. 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
  17. 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
  18. 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
  19. final def eq(arg0: AnyRef): Boolean

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

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

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

  23. 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()
  24. final def getClass(): Class[_]

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

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

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

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

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

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

  31. final def notify(): Unit

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

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

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

    Annotations
    @tailrec()
  35. var size: Int

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

    Definition Classes
    AnyRef
  37. def toString(): String

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. 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 StringAdd from Unrolled[T] to StringAdd[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