LineSegHCArr

ostrat.prid.phex.LineSegHCArr$
See theLineSegHCArr companion class

Companion object for the LineSegHCs class.

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

override def buff(initialSize: Int): Int4Buff[LineSegHC]

Attributes

Definition Classes
override def fromArray(array: Array[Int]): LineSegHCArr

This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an Array[Int].

This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an Array[Int].

Attributes

Definition Classes

Inherited methods

final def apply(elems: LineSegHC*): M

Attributes

Inherited from:
Int4ArrCompanion
final override def elemNumInts: Int

The number of Ints that are needed to construct an element of the defining-sequence.

The number of Ints that are needed to construct an element of the defining-sequence.

Attributes

Definition Classes
Inherited from:
Int4ArrCompanion
def fromBuff(buff: IntNBuff[LineSegHC]): AA

Attributes

Inherited from:
IntNSeqLikeCompanion
def fromBuffer(buffer: ArrayBuffer[Int]): AA

This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an ArrayBuffer[Int].

This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an ArrayBuffer[Int].

Attributes

Inherited from:
IntNSeqLikeCompanion
def uninitialised(length: Int): AA

returns a collection class of type ArrA, whose backing Array[Int] is uninitialised.

returns a collection class of type ArrA, whose backing Array[Int] is uninitialised.

Attributes

Inherited from:
IntNSeqLikeCompanion

Implicits

Implicits

implicit def pairArrFlatBuilder[B2](implicit ct: ClassTag[B2]): LineSegHCPairArrFlatBuilder[B2]