class PairIntIntKey : Comparable<PairIntIntKey>, Serializable
(source)
The Key type maintained by the PairIntIntParser.
<init> |
The Key type maintained by the PairIntIntParser. PairIntIntKey(first: Int, second: Int) |
first |
the group. var first: Int |
second |
the least significant component of the key. var second: Int |
compareTo |
fun compareTo(other: PairIntIntKey): Int |
equals |
fun equals(other: Any?): Boolean |
toString |
fun toString(): String |
comparator |
val comparator: Comparator<PairIntIntKey> |
getMax |
fun getMax(): PairIntIntKey |
getMin |
fun getMin(): PairIntIntKey |