HStepArrPair

ostrat.prid.phex.HStepArrPair
class HStepArrPair[A2](val a1ArrayInt: Array[Int], val a2: A2) extends ArrayIntBackedPair[HStepArr, A2]

Attributes

Graph
Supertypes
trait PairElem[HStepArr, A2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def a1: HStepArr

The first component of this pair.

The first component of this pair.

Attributes

Definition Classes

Concrete fields

The backing Array of Ints for A1 component.

The backing Array of Ints for A1 component.

Attributes

val a2: A2

The second component of this pair.

The second component of this pair.

Attributes