Class

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

TVector_float

Related Doc: package native_impl

Permalink

class TVector_float extends AbstractList[Float] with RandomAccess with Serializable

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

    Permalink
  2. new TVector_float(elements: Iterable[Float])

    Permalink
  3. new TVector_float(elements: Array[Float])

    Permalink
  4. new TVector_float(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: Float): Unit

    Permalink
    Definition Classes
    TVector_float → AbstractList → List
  5. def add(element: Float): Boolean

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

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

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

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

    Permalink
  10. def asDirectByteBuffer(): ByteBuffer

    Permalink
  11. final def asInstanceOf[T0]: T0

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

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

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

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

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

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

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

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

    Permalink
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[ru.yandex.catboost.spark.catboost4j_spark.core.src.native_impl]
    Definition Classes
    TVector_float → AnyRef
  21. def forEach(arg0: Consumer[_ >: Float]): Unit

    Permalink
    Definition Classes
    Iterable
  22. def get(index: Int): Float

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

    Permalink
    Definition Classes
    AnyRef → Any
  24. def getImpl(index: Int): Float

    Permalink
  25. def hashCode(): Int

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

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

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

    Permalink
    Definition Classes
    Any
  29. def iterator(): Iterator[Float]

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

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

    Permalink
    Definition Classes
    AbstractList → List
  32. def listIterator(): ListIterator[Float]

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

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

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

    Permalink
    Definition Classes
    AnyRef
  36. def parallelStream(): Stream[Float]

    Permalink
    Definition Classes
    Collection
  37. def remove(index: Int): Float

    Permalink
    Definition Classes
    TVector_float → AbstractList → List
  38. def remove(arg0: Any): Boolean

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

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

    Permalink
    Definition Classes
    Collection
  41. def removeImpl(index: Int): Float

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

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

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

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

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

    Permalink
    Definition Classes
    TVector_float → AbstractList → List
  47. def setImpl(index: Int, element: Float): Float

    Permalink
  48. def size(): Int

    Permalink
    Definition Classes
    TVector_float → List → AbstractCollection → Collection
  49. def sizeImpl(): Int

    Permalink
  50. def sort(arg0: Comparator[_ >: Float]): Unit

    Permalink
    Definition Classes
    List
  51. def spliterator(): Spliterator[Float]

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

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

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

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

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

    Permalink
    Definition Classes
    AbstractCollection → Collection
  57. def toPrimitiveArray(): Array[Float]

    Permalink
  58. def toString(): String

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

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

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

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

    Permalink

Inherited from Serializable

Inherited from RandomAccess

Inherited from AbstractList[Float]

Inherited from List[Float]

Inherited from AbstractCollection[Float]

Inherited from Collection[Float]

Inherited from Iterable[Float]

Inherited from AnyRef

Inherited from Any

Ungrouped