SeqLikeImutDbl6

ostrat.SeqLikeImutDbl6
trait SeqLikeImutDbl6[+A <: Dbl6Elem] extends SeqLikeImutDblN[A], SeqLikeDbl6[A]

SeqLikeImut with Dbl6Elems, that can be constructed from 6 Doubles.

Attributes

Graph
Supertypes
trait SeqLikeDbl6[A]
trait SeqLikeImutDblN[A]
trait SpecialT
trait SeqLikeBacked[A]
trait SeqLikeValueN[A]
trait SeqLike[A]
class Any
Show all
Known subtypes
trait ArrDbl6[A]
trait ArrLSegDbl6[VT, A]
class LineSegM3Arr
trait SeqSpecDbl6[A]

Members list

Type members

Inherited and Abstract types

type ThisT <: SeqLikeImutDblN[A]

Gives the final type of this class.

Gives the final type of this class.

Attributes

Inherited from:
SeqLikeImutDblN

Value members

Concrete methods

final def elem(index: Int): A

Accesses the specifying sequence element by a 0 based index. For Sequs this will an alternative name for apply.

Accesses the specifying sequence element by a 0 based index. For Sequs this will an alternative name for apply.

Attributes

final override def numElems: Int

The number of data elements in the defining sequence. These collections use underlying mutable Arrays and ArrayBuffers. The length of the underlying Array will be a multiple of this number. For Sequs this will be an alternative name for length.

The number of data elements in the defining sequence. These collections use underlying mutable Arrays and ArrayBuffers. The length of the underlying Array will be a multiple of this number. For Sequs this will be an alternative name for length.

Attributes

Definition Classes
final override def setElemUnsafe(index: Int, newElem: A): Unit

Sets / mutates an element in the Arr at the given index. 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 at the given index. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Attributes

Definition Classes

Inherited methods

final def arrayLen: Int

The length of the backing Array Double.

The length of the backing Array Double.

Attributes

Inherited from:
ArrayDblBacked
final override def elemEq(a1: A, a2: A): Boolean

Checks if 2 values of the specifying sequence are equal.

Checks if 2 values of the specifying sequence are equal.

Attributes

Definition Classes
Inherited from:
SeqLikeDbl6
final override def elemProdSize: Int

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

Definition Classes
Inherited from:
SeqLikeDbl6
def fElemStr: A => String

String for element, can be overridden.

String for element, can be overridden.

Attributes

Inherited from:
SeqLike
def mutateElemUnsafe(index: Int, f: A => A): Unit

Mutates an element in the Arr at the given index. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Mutates an element in the Arr at the given index. This method should rarely be needed by end users, but is used by the initialisation and factory methods.

Attributes

Inherited from:
SeqLikeBacked
def setElemsUnsafe(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:
SeqLikeBacked
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
def unsafeSameSize(length: Int): ThisT

Attributes

Inherited from:
SeqLikeImutDblN

Inherited and Abstract methods

Attributes

Inherited from:
ArrayDblBacked
def elemFromDbls(d1: Double, d2: Double, d3: Double, d4: Double, d5: Double, d6: Double): A

Constructs an element of the specifying-sequence from 6 Doubles.

Constructs an element of the specifying-sequence from 6 Doubles.

Attributes

Inherited from:
SeqLikeDbl6

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 foreach[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
def fromArray(array: Array[Double]): ThisT

Attributes

Inherited from:
SeqLikeImutDblN

String specifying the type of this object.

String specifying the type of this object.

Attributes

Inherited from:
SeqLike