ArrayIntBackedPair

ostrat.ArrayIntBackedPair
trait ArrayIntBackedPair[A1 <: ArrayIntBacked, A2] extends PairFinalA1Elem[A1, A2]

Attributes

Graph
Supertypes
trait PairFinalA1Elem[A1, A2]
trait PairElem[A1, A2]
class Object
trait Matchable
class Any
Known subtypes
class HDirnPathPair[A2]
class HStepArrPair[A2]
trait SeqLikeIntNPairElem[A1E, A1, A2]
trait PolygonLikeIntNPair[A1V, A1, A2]
class PolygonHCPair[A2]

Members list

Value members

Abstract methods

The backing Array of Ints for A1 component.

The backing Array of Ints for A1 component.

Attributes

Inherited methods

def a1: A1

The first component of this pair.

The first component of this pair.

Attributes

Inherited from:
PairElem
def a2: A2

The second component of this pair.

The second component of this pair.

Attributes

Inherited from:
PairElem