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