LongNSeqLike

ostrat.LongNSeqLike
trait LongNSeqLike[A <: LongNElem] extends ValueNSeqLike[A]

Attributes

Graph
Supertypes
trait ValueNSeqLike[A]
trait SeqLike[A]
class Any
Known subtypes
trait LongNArr[A]
trait Long1Arr[A]
trait LongNSeqSpec[A]

Members list

Concise view

Type members

Types

type ThisT <: LongNSeqLike[A]

Gives the final type of this class.

Gives the final type of this class.

Attributes

Value members

Abstract methods

def fromArray(array: Array[Long]): ThisT
def longBufferAppend(buffer: ArrayBuffer[Long], elem: A): Unit

Utility method to append element on to an ArrayBuffer[Long]. End users should rarely need to use this method.

Utility method to append element on to an ArrayBuffer[Long]. End users should rarely need to use this method.

Attributes

Concrete methods

final def unsafeLength: Int

The total number of atomic values, Ints, Doubles, Longs etc in the backing Array.

The total number of atomic values, Ints, Doubles, Longs etc in the backing Array.

Attributes

def unsafeSameSize(length: Int): ThisT

Inherited methods

The number of atomic values, Ints, Doubles, Longs etc that specify / construct an element of this immutable flat Array based collection class.

The number of atomic values, Ints, Doubles, Longs etc that specify / construct an element of this immutable flat Array based collection class.

Attributes

Inherited from:
ValueNSeqLike

The element String allows the composition of toString for the whole collection. The syntax of the output will be reworked.

The element String allows the composition of toString for the whole collection. The syntax of the output will be reworked.

Attributes

Inherited from:
SeqLike
def fElemStr: (A) => String

Attributes

Inherited from:
SeqLike
def ssForeach[U](f: A => U): Unit

Performs a side effecting function on each element of the specifying sequence in order.

Performs a side effecting function on each element of the specifying sequence in order.

Attributes

Inherited from:
SeqLike
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
SeqLike -> Any
Inherited from:
SeqLike

String specifying the type of this object.

String specifying the type of this object.

Attributes

Inherited from:
SeqLike
def unsafeSetElem(i: Int, newElem: A): Unit

Sets / mutates an element in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Sets / mutates an element in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Attributes

Inherited from:
SeqLike
def unsafeSetElems(index: Int, elems: A*): Unit

Sets / mutates elements in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Sets / mutates elements in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Attributes

Inherited from:
SeqLike