7 lines
259 B
Plaintext
Vendored
7 lines
259 B
Plaintext
Vendored
public abstract interface Comparator<T> : R|java/lang/Object| {
|
|
public abstract operator fun compare(o1: R|ft<T, T?>|!, o2: R|ft<T, T?>|!): R|kotlin/Int|
|
|
|
|
public abstract operator fun equals(obj: R|ft<kotlin/Any, kotlin/Any?>|!): R|kotlin/Boolean|
|
|
|
|
}
|