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

PairIntDateKey

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

The Key type maintained by the PairIntDateParser.

Constructors

<init>

The Key type maintained by the PairIntDateParser.

PairIntDateKey(first: Int, second: String)

Properties

first

the group.

var first: Int

second

the least significant component of the key.

var second: String

Functions

compareTo

fun compareTo(other: PairIntDateKey): Int

equals

fun equals(other: Any?): Boolean

toString

fun toString(): String

Companion Object Properties

comparator

val comparator: Comparator<PairIntDateKey>

Companion Object Functions

getMax

fun getMax(): PairIntDateKey

getMin

fun getMin(): PairIntDateKey