Packages

c

ru.yandex.catboost.spark.catboost4j_spark.core.src.native_impl

TVector_TMaybeOwningConstArrayHolder_i32

class TVector_TMaybeOwningConstArrayHolder_i32 extends AbstractList[Array[Int]] with RandomAccess with Serializable

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

Instance Constructors

  1. new TVector_TMaybeOwningConstArrayHolder_i32()
  2. new TVector_TMaybeOwningConstArrayHolder_i32(elements: Iterable[Array[Int]])
  3. new TVector_TMaybeOwningConstArrayHolder_i32(elements: Array[Array[Int]])
  4. new TVector_TMaybeOwningConstArrayHolder_i32(cPtr: Long, cMemoryOwn: Boolean)
    Attributes
    protected[src.native_impl]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def add(index: Int, element: Array[Int]): Unit
    Definition Classes
    TVector_TMaybeOwningConstArrayHolder_i32 → AbstractList → List
  5. def add(element: Array[Int]): Boolean
    Definition Classes
    TVector_TMaybeOwningConstArrayHolder_i32 → AbstractList → List → AbstractCollection → Collection
  6. def addAll(arg0: Int, arg1: Collection[_ <: Array[Int]]): Boolean
    Definition Classes
    AbstractList → List
  7. def addAll(arg0: Collection[_ <: Array[Int]]): Boolean
    Definition Classes
    AbstractCollection → Collection
  8. def addImpl(index: Int, element: Array[Int]): Unit
  9. def addImpl(element: Array[Int]): Unit
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clear(): Unit
    Definition Classes
    AbstractList → List → AbstractCollection → Collection
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  13. def contains(arg0: Any): Boolean
    Definition Classes
    AbstractCollection → Collection
  14. def containsAll(arg0: Collection[_]): Boolean
    Definition Classes
    AbstractCollection → Collection
  15. def delete(): Unit
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(obj: Any): Boolean
    Definition Classes
    TVector_TMaybeOwningConstArrayHolder_i32 → AbstractList → List → Collection → AnyRef → Any
  18. def equalsImpl(rhs: TVector_TMaybeOwningConstArrayHolder_i32): Boolean
  19. def finalize(): Unit
    Attributes
    protected[src.native_impl]
    Definition Classes
    TVector_TMaybeOwningConstArrayHolder_i32 → AnyRef
    Annotations
    @SuppressWarnings()
  20. def forEach(arg0: Consumer[_ >: Array[Int]]): Unit
    Definition Classes
    Iterable
  21. def get(index: Int): Array[Int]
    Definition Classes
    TVector_TMaybeOwningConstArrayHolder_i32 → AbstractList → List
  22. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  23. def getImpl(index: Int): Array[Int]
  24. def hashCode(): Int
    Definition Classes
    TVector_TMaybeOwningConstArrayHolder_i32 → AbstractList → List → Collection → AnyRef → Any
  25. def indexOf(arg0: Any): Int
    Definition Classes
    AbstractList → List
  26. def isEmpty(): Boolean
    Definition Classes
    AbstractCollection → Collection
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def iterator(): Iterator[Array[Int]]
    Definition Classes
    AbstractList → List → AbstractCollection → Collection → Iterable
  29. def lastIndexOf(arg0: Any): Int
    Definition Classes
    AbstractList → List
  30. def listIterator(arg0: Int): ListIterator[Array[Int]]
    Definition Classes
    AbstractList → List
  31. def listIterator(): ListIterator[Array[Int]]
    Definition Classes
    AbstractList → List
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def parallelStream(): Stream[Array[Int]]
    Definition Classes
    Collection
  36. def remove(index: Int): Array[Int]
    Definition Classes
    TVector_TMaybeOwningConstArrayHolder_i32 → AbstractList → List
  37. def remove(arg0: Any): Boolean
    Definition Classes
    AbstractCollection → Collection
  38. def removeAll(arg0: Collection[_]): Boolean
    Definition Classes
    AbstractCollection → Collection
  39. def removeIf(arg0: Predicate[_ >: Array[Int]]): Boolean
    Definition Classes
    Collection
  40. def removeImpl(index: Int): Array[Int]
  41. def removeRange(arg0: Int, arg1: Int): Unit
    Attributes
    protected[util]
    Definition Classes
    AbstractList
  42. def replaceAll(arg0: UnaryOperator[Array[Int]]): Unit
    Definition Classes
    List
  43. def reserve(new_cap: Long): Unit
  44. def retainAll(arg0: Collection[_]): Boolean
    Definition Classes
    AbstractCollection → Collection
  45. def set(index: Int, element: Array[Int]): Array[Int]
    Definition Classes
    TVector_TMaybeOwningConstArrayHolder_i32 → AbstractList → List
  46. def setImpl(index: Int, element: Array[Int]): Array[Int]
  47. def size(): Int
    Definition Classes
    TVector_TMaybeOwningConstArrayHolder_i32 → List → AbstractCollection → Collection
  48. def sizeImpl(): Int
  49. def sort(arg0: Comparator[_ >: Array[Int]]): Unit
    Definition Classes
    List
  50. def spliterator(): Spliterator[Array[Int]]
    Definition Classes
    List → Collection → Iterable
  51. def stream(): Stream[Array[Int]]
    Definition Classes
    Collection
  52. def subList(arg0: Int, arg1: Int): List[Array[Int]]
    Definition Classes
    AbstractList → List
  53. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  54. def toArray[T](arg0: Array[T]): Array[T]
    Definition Classes
    AbstractCollection → Collection
  55. def toArray(): Array[AnyRef]
    Definition Classes
    AbstractCollection → Collection
  56. def toString(): String
    Definition Classes
    AbstractCollection → AnyRef → Any
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  60. def yresize(new_size: Long): Unit

Inherited from Serializable

Inherited from RandomAccess

Inherited from AbstractList[Array[Int]]

Inherited from List[Array[Int]]

Inherited from AbstractCollection[Array[Int]]

Inherited from Collection[Array[Int]]

Inherited from Iterable[Array[Int]]

Inherited from AnyRef

Inherited from Any

Ungrouped