StatePair

class StatePair

Pair of states.

Constructors

Link copied to clipboard
constructor(s1: Int, s2: Int)

Constructs a new state pair.

Properties

Link copied to clipboard
var s: Int
Link copied to clipboard
val s1: Int

first state

Link copied to clipboard
val s2: Int

second state

Functions

Link copied to clipboard
open operator override fun equals(obj: Any?): Boolean

Checks for equality.

Link copied to clipboard
open override fun hashCode(): Int

Returns hash code.

Link copied to clipboard
open override fun toString(): String