docs / it.uniroma3.dbtree.spi.impl.keyParsers / PairIntIntKey

PairIntIntKey

class PairIntIntKey : Comparable<PairIntIntKey>, Serializable (source)

The Key type maintained by the PairIntIntParser.

Constructors

<init>

The Key type maintained by the PairIntIntParser.

PairIntIntKey(first: Int, second: Int)

Properties

first

the group.

var first: Int

second

the least significant component of the key.

var second: Int

Functions

compareTo

fun compareTo(other: PairIntIntKey): Int

equals

fun equals(other: Any?): Boolean

toString

fun toString(): String

Companion Object Properties

comparator

val comparator: Comparator<PairIntIntKey>

Companion Object Functions

getMax

fun getMax(): PairIntIntKey

getMin

fun getMin(): PairIntIntKey