Unrolled

scala.collection.mutable.UnrolledBuffer.Unrolled
class Unrolled[T]

Unrolled buffer node.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

final def append(elem: T): Unrolled[T]
final def apply(idx: Int): T
def foreach[U](f: T -> U): Unit
final def locate(idx: Int): Unrolled[T]
def mapInPlace(f: T -> T): Unit
def prepend(elem: T): Unrolled[T]
final def remove(idx: Int, buffer: UnrolledBuffer[T]): T
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
final def update(idx: Int, newelem: T): Unit

Concrete fields

var array: Array[T]
val buff: UnrolledBuffer[T] | Null
var next: Unrolled[T] | Null
var size: Int