scala.offheap

EmbedArray

Related Docs: object EmbedArray | package offheap

final class EmbedArray[A] extends AnyVal

An alternative implemenation of an array that inlines allocation of given offheap class into the array layout. This effectively makes it an array of structs in C sense.

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. EmbedArray
  2. AnyVal
  3. Any
  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
    Any
  2. final def ##(): Int

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

    Definition Classes
    Any
  4. val addr: Addr

  5. macro def apply(index: Index): A

  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. macro def clone(implicit a: Allocator): EmbedArray[A]

  8. macro def exists(f: (A) ⇒ Boolean): Boolean

  9. macro def filter(f: (A) ⇒ Boolean)(implicit a: Allocator): EmbedArray[A]

  10. macro def forall(f: (A) ⇒ Boolean): Boolean

  11. macro def foreach(f: (A) ⇒ Unit): Unit

  12. def getClass(): Class[_ <: AnyVal]

    Definition Classes
    AnyVal → Any
  13. macro def isEmpty: Boolean

  14. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  15. macro def length: EmbedArray.Size

  16. macro def map[B](f: (A) ⇒ B)(implicit a: Allocator): EmbedArray[B]

  17. macro def nonEmpty: Boolean

  18. macro def size: EmbedArray.Size

  19. macro def toArray: scala.Array[A]

  20. def toString(): String

    Definition Classes
    EmbedArray → Any
  21. macro def update(index: Index, value: A): Unit

Inherited from AnyVal

Inherited from Any

Ungrouped