SqCenPair

ostrat.prid.psq.SqCenPair
See theSqCenPair companion object
class SqCenPair[A2](val a1Int1: Int, val a1Int2: Int, val a2: A2) extends PairInt2Elem[SqCen, A2]

Attributes

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

Members list

Value members

Concrete methods

override def a1: SqCen

The first component of this pair.

The first component of this pair.

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