Class

spinal.sim.xsi

VecI8

Related Doc: package xsi

Permalink

class VecI8 extends AbstractList[Byte] with RandomAccess

Linear Supertypes
RandomAccess, AbstractList[Byte], List[Byte], AbstractCollection[Byte], Collection[Byte], Iterable[Byte], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. VecI8
  2. RandomAccess
  3. AbstractList
  4. List
  5. AbstractCollection
  6. Collection
  7. Iterable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new VecI8(count: Int, value: Byte)

    Permalink
  2. new VecI8(other: VecI8)

    Permalink
  3. new VecI8()

    Permalink
  4. new VecI8(initialElements: Iterable[Byte])

    Permalink
  5. new VecI8(initialElements: Array[Byte])

    Permalink
  6. new VecI8(cPtr: Long, cMemoryOwn: Boolean)

    Permalink
    Attributes
    protected[spinal.sim.xsi]

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def add(index: Int, e: Byte): Unit

    Permalink
    Definition Classes
    VecI8 → AbstractList → List
  5. def add(e: Byte): Boolean

    Permalink
    Definition Classes
    VecI8 → AbstractList → List → AbstractCollection → Collection
  6. def addAll(arg0: Int, arg1: Collection[_ <: Byte]): Boolean

    Permalink
    Definition Classes
    AbstractList → List
  7. def addAll(arg0: Collection[_ <: Byte]): Boolean

    Permalink
    Definition Classes
    AbstractCollection → Collection
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def capacity(): Long

    Permalink
  10. def clear(): Unit

    Permalink
    Definition Classes
    VecI8 → AbstractList → List → AbstractCollection → Collection
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. def contains(arg0: Any): Boolean

    Permalink
    Definition Classes
    AbstractCollection → Collection
  13. def containsAll(arg0: Collection[_]): Boolean

    Permalink
    Definition Classes
    AbstractCollection → Collection
  14. def delete(): Unit

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AbstractList → List → Collection → AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[spinal.sim.xsi]
    Definition Classes
    VecI8 → AnyRef
  18. def forEach(arg0: Consumer[_ >: Byte]): Unit

    Permalink
    Definition Classes
    Iterable
  19. def get(index: Int): Byte

    Permalink
    Definition Classes
    VecI8 → AbstractList → List
  20. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  21. def hashCode(): Int

    Permalink
    Definition Classes
    AbstractList → List → Collection → AnyRef → Any
  22. def indexOf(arg0: Any): Int

    Permalink
    Definition Classes
    AbstractList → List
  23. def isEmpty(): Boolean

    Permalink
    Definition Classes
    VecI8 → List → AbstractCollection → Collection
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. def iterator(): Iterator[Byte]

    Permalink
    Definition Classes
    AbstractList → List → AbstractCollection → Collection → Iterable
  26. def lastIndexOf(arg0: Any): Int

    Permalink
    Definition Classes
    AbstractList → List
  27. def listIterator(arg0: Int): ListIterator[Byte]

    Permalink
    Definition Classes
    AbstractList → List
  28. def listIterator(): ListIterator[Byte]

    Permalink
    Definition Classes
    AbstractList → List
  29. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  30. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  32. def parallelStream(): Stream[Byte]

    Permalink
    Definition Classes
    Collection
  33. def remove(index: Int): Byte

    Permalink
    Definition Classes
    VecI8 → AbstractList → List
  34. def remove(arg0: Any): Boolean

    Permalink
    Definition Classes
    AbstractCollection → Collection
  35. def removeAll(arg0: Collection[_]): Boolean

    Permalink
    Definition Classes
    AbstractCollection → Collection
  36. def removeIf(arg0: Predicate[_ >: Byte]): Boolean

    Permalink
    Definition Classes
    Collection
  37. def removeRange(fromIndex: Int, toIndex: Int): Unit

    Permalink
    Attributes
    protected[spinal.sim.xsi]
    Definition Classes
    VecI8 → AbstractList
  38. def replaceAll(arg0: UnaryOperator[Byte]): Unit

    Permalink
    Definition Classes
    List
  39. def reserve(n: Long): Unit

    Permalink
  40. def retainAll(arg0: Collection[_]): Boolean

    Permalink
    Definition Classes
    AbstractCollection → Collection
  41. def set(index: Int, e: Byte): Byte

    Permalink
    Definition Classes
    VecI8 → AbstractList → List
  42. def size(): Int

    Permalink
    Definition Classes
    VecI8 → List → AbstractCollection → Collection
  43. def sort(arg0: Comparator[_ >: Byte]): Unit

    Permalink
    Definition Classes
    List
  44. def spliterator(): Spliterator[Byte]

    Permalink
    Definition Classes
    List → Collection → Iterable
  45. def stream(): Stream[Byte]

    Permalink
    Definition Classes
    Collection
  46. def subList(arg0: Int, arg1: Int): List[Byte]

    Permalink
    Definition Classes
    AbstractList → List
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toArray[T](arg0: Array[T]): Array[T]

    Permalink
    Definition Classes
    AbstractCollection → Collection
  49. def toArray(): Array[AnyRef]

    Permalink
    Definition Classes
    AbstractCollection → Collection
  50. def toArray[T](arg0: IntFunction[Array[T]]): Array[T]

    Permalink
    Definition Classes
    Collection
  51. def toString(): String

    Permalink
    Definition Classes
    AbstractCollection → AnyRef → Any
  52. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from RandomAccess

Inherited from AbstractList[Byte]

Inherited from List[Byte]

Inherited from AbstractCollection[Byte]

Inherited from Collection[Byte]

Inherited from Iterable[Byte]

Inherited from AnyRef

Inherited from Any

Ungrouped