HSepPair

ostrat.prid.phex.HSepPair
See theHSepPair companion object
class HSepPair[A2](val a1Int1: Int, val a1Int2: Int, val a2: A2) extends PairInt2Elem[HSep, A2], Selectable

PairElem class for HSeps. Allows for the efficient storage of sequences in HSepArrPairs.

Attributes

Companion
object
Graph
Supertypes
trait Selectable
trait PairInt2Elem[HSep, A2]
trait PairIntNElem[HSep, A2]
trait PairFinalA1Elem[HSep, A2]
trait PairElem[HSep, A2]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def a1: HSep

The first component of this pair.

The first component of this pair.

Attributes

Definition Classes
override def selectStr: String

The String to be displayed in the status bar in a GUI when selected.

The String to be displayed in the status bar in a GUI when selected.

Attributes

Definition Classes
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
Any

Concrete fields

val a1Int1: Int
val a1Int2: Int
val a2: A2

The second component of this pair.

The second component of this pair.

Attributes