Class

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

TVector_TDataProviderPtr

Related Doc: package native_impl

Permalink

class TVector_TDataProviderPtr extends AbstractList[TDataProviderPtr] with RandomAccess with Serializable

Linear Supertypes
Serializable, RandomAccess, AbstractList[TDataProviderPtr], List[TDataProviderPtr], AbstractCollection[TDataProviderPtr], Collection[TDataProviderPtr], Iterable[TDataProviderPtr], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TVector_TDataProviderPtr
  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_TDataProviderPtr()

    Permalink
  2. new TVector_TDataProviderPtr(elements: Iterable[TDataProviderPtr])

    Permalink
  3. new TVector_TDataProviderPtr(elements: Array[TDataProviderPtr])

    Permalink
  4. new TVector_TDataProviderPtr(cPtr: Long, cMemoryOwn: Boolean)

    Permalink

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, element: TDataProviderPtr): Unit

    Permalink
    Definition Classes
    TVector_TDataProviderPtr → AbstractList → List
  5. def add(element: TDataProviderPtr): Boolean

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

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

    Permalink
    Definition Classes
    AbstractCollection → Collection
  8. def addImpl(index: Int, element: TDataProviderPtr): Unit

    Permalink
  9. def addImpl(element: TDataProviderPtr): Unit

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. def clear(): Unit

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  17. def equals(obj: Any): Boolean

    Permalink
    Definition Classes
    TVector_TDataProviderPtr → AbstractList → List → Collection → AnyRef → Any
  18. def equalsImpl(rhs: TVector_TDataProviderPtr): Boolean

    Permalink
  19. def finalize(): Unit

    Permalink
  20. def forEach(arg0: Consumer[_ >: TDataProviderPtr]): Unit

    Permalink
    Definition Classes
    Iterable
  21. def get(index: Int): TDataProviderPtr

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

    Permalink
    Definition Classes
    AnyRef → Any
  23. def getImpl(index: Int): TDataProviderPtr

    Permalink
  24. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    AbstractCollection → Collection
  27. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  28. def iterator(): Iterator[TDataProviderPtr]

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

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

    Permalink
    Definition Classes
    AbstractList → List
  31. def listIterator(): ListIterator[TDataProviderPtr]

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

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

    Permalink
    Definition Classes
    AnyRef
  34. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  35. def parallelStream(): Stream[TDataProviderPtr]

    Permalink
    Definition Classes
    Collection
  36. def remove(index: Int): TDataProviderPtr

    Permalink
    Definition Classes
    TVector_TDataProviderPtr → AbstractList → List
  37. def remove(arg0: Any): Boolean

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

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

    Permalink
    Definition Classes
    Collection
  40. def removeImpl(index: Int): TDataProviderPtr

    Permalink
  41. def removeRange(arg0: Int, arg1: Int): Unit

    Permalink
    Attributes
    protected[java.util]
    Definition Classes
    AbstractList
  42. def replaceAll(arg0: UnaryOperator[TDataProviderPtr]): Unit

    Permalink
    Definition Classes
    List
  43. def reserve(new_cap: Long): Unit

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

    Permalink
    Definition Classes
    AbstractCollection → Collection
  45. def set(index: Int, element: TDataProviderPtr): TDataProviderPtr

    Permalink
    Definition Classes
    TVector_TDataProviderPtr → AbstractList → List
  46. def setImpl(index: Int, element: TDataProviderPtr): TDataProviderPtr

    Permalink
  47. def size(): Int

    Permalink
    Definition Classes
    TVector_TDataProviderPtr → List → AbstractCollection → Collection
  48. def sizeImpl(): Int

    Permalink
  49. def sort(arg0: Comparator[_ >: TDataProviderPtr]): Unit

    Permalink
    Definition Classes
    List
  50. def spliterator(): Spliterator[TDataProviderPtr]

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

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

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

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

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

    Permalink
    Definition Classes
    AbstractCollection → Collection
  56. def toString(): String

    Permalink
    Definition Classes
    AbstractCollection → AnyRef → Any
  57. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  60. def yresize(new_size: Long): Unit

    Permalink

Inherited from Serializable

Inherited from RandomAccess

Inherited from AbstractList[TDataProviderPtr]

Inherited from List[TDataProviderPtr]

Inherited from AbstractCollection[TDataProviderPtr]

Inherited from Collection[TDataProviderPtr]

Inherited from Iterable[TDataProviderPtr]

Inherited from AnyRef

Inherited from Any

Ungrouped