HDirnPathPair

ostrat.prid.phex.HDirnPathPair
See theHDirnPathPair companion object
class HDirnPathPair[A2](val a1ArrayInt: Array[Int], val a2: A2) extends ArrayIntBackedPair[HStepPath, A2]

An PairNoA1ParamElem where the first element is an HStepPath, a path consisting of a starting HCen and a sequence of HSteps.

Attributes

Companion:
object
Graph
Supertypes
trait PairElem[HStepPath, A2]
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def a1: HStepPath

The first component of this pair.

The first component of this pair.

Attributes

Definition Classes
def tail(newStart: HCen): HStepPath

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