class TVector_i64 extends AbstractList[Long] with RandomAccess with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TVector_i64
- Serializable
- RandomAccess
- AbstractList
- List
- AbstractCollection
- Collection
- Iterable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TVector_i64()
- new TVector_i64(elements: Iterable[Long])
- new TVector_i64(elements: Array[Long])
-
new
TVector_i64(cPtr: Long, cMemoryOwn: Boolean)
- Attributes
- protected[src.native_impl]
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
add(index: Int, element: Long): Unit
- Definition Classes
- TVector_i64 → AbstractList → List
-
def
add(element: Long): Boolean
- Definition Classes
- TVector_i64 → AbstractList → List → AbstractCollection → Collection
-
def
addAll(arg0: Int, arg1: Collection[_ <: Long]): Boolean
- Definition Classes
- AbstractList → List
-
def
addAll(arg0: Collection[_ <: Long]): Boolean
- Definition Classes
- AbstractCollection → Collection
- def addImpl(index: Int, element: Long): Unit
- def addImpl(element: Long): Unit
- def asDirectByteBuffer(): ByteBuffer
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clear(): Unit
- Definition Classes
- AbstractList → List → AbstractCollection → Collection
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
contains(arg0: Any): Boolean
- Definition Classes
- AbstractCollection → Collection
-
def
containsAll(arg0: Collection[_]): Boolean
- Definition Classes
- AbstractCollection → Collection
- def delete(): Unit
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- TVector_i64 → AbstractList → List → Collection → AnyRef → Any
- def equalsImpl(rhs: TVector_i64): Boolean
-
def
finalize(): Unit
- Attributes
- protected[src.native_impl]
- Definition Classes
- TVector_i64 → AnyRef
- Annotations
- @SuppressWarnings()
-
def
forEach(arg0: Consumer[_ >: Long]): Unit
- Definition Classes
- Iterable
-
def
get(index: Int): Long
- Definition Classes
- TVector_i64 → AbstractList → List
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getImpl(index: Int): Long
-
def
hashCode(): Int
- Definition Classes
- TVector_i64 → AbstractList → List → Collection → AnyRef → Any
-
def
indexOf(arg0: Any): Int
- Definition Classes
- AbstractList → List
-
def
isEmpty(): Boolean
- Definition Classes
- AbstractCollection → Collection
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
iterator(): Iterator[Long]
- Definition Classes
- AbstractList → List → AbstractCollection → Collection → Iterable
-
def
lastIndexOf(arg0: Any): Int
- Definition Classes
- AbstractList → List
-
def
listIterator(arg0: Int): ListIterator[Long]
- Definition Classes
- AbstractList → List
-
def
listIterator(): ListIterator[Long]
- Definition Classes
- AbstractList → List
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
parallelStream(): Stream[Long]
- Definition Classes
- Collection
-
def
remove(index: Int): Long
- Definition Classes
- TVector_i64 → AbstractList → List
-
def
remove(arg0: Any): Boolean
- Definition Classes
- AbstractCollection → Collection
-
def
removeAll(arg0: Collection[_]): Boolean
- Definition Classes
- AbstractCollection → Collection
-
def
removeIf(arg0: Predicate[_ >: Long]): Boolean
- Definition Classes
- Collection
- def removeImpl(index: Int): Long
-
def
removeRange(arg0: Int, arg1: Int): Unit
- Attributes
- protected[util]
- Definition Classes
- AbstractList
-
def
replaceAll(arg0: UnaryOperator[Long]): Unit
- Definition Classes
- List
- def reserve(new_cap: Long): Unit
-
def
retainAll(arg0: Collection[_]): Boolean
- Definition Classes
- AbstractCollection → Collection
-
def
set(index: Int, element: Long): Long
- Definition Classes
- TVector_i64 → AbstractList → List
- def setImpl(index: Int, element: Long): Long
-
def
size(): Int
- Definition Classes
- TVector_i64 → List → AbstractCollection → Collection
- def sizeImpl(): Int
-
def
sort(arg0: Comparator[_ >: Long]): Unit
- Definition Classes
- List
-
def
spliterator(): Spliterator[Long]
- Definition Classes
- List → Collection → Iterable
-
def
stream(): Stream[Long]
- Definition Classes
- Collection
-
def
subList(arg0: Int, arg1: Int): List[Long]
- Definition Classes
- AbstractList → List
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toArray[T](arg0: Array[T]): Array[T]
- Definition Classes
- AbstractCollection → Collection
-
def
toArray(): Array[AnyRef]
- Definition Classes
- AbstractCollection → Collection
- def toPrimitiveArray(): Array[Long]
-
def
toString(): String
- Definition Classes
- AbstractCollection → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def yresize(new_size: Long): Unit