AO
Size: a a a
AO
BP
AO
AO
ZB
AE
ZB
AE
ZB
R
RI
R
AN
I
class MyObject(У него нет никакого id.
val p0: Int,
val p1: String,
...
)
hashCode()
:override fun hashCode(): Int {
var result = p0.hashCode()
result = 31 * result + p1.hashCode()
result = 31 * result + p2.hashCode()
...
return result
}
VP
class MyObject(У него нет никакого id.
val p0: Int,
val p1: String,
...
)
hashCode()
:override fun hashCode(): Int {
var result = p0.hashCode()
result = 31 * result + p1.hashCode()
result = 31 * result + p2.hashCode()
...
return result
}
QH
class MyObject(У него нет никакого id.
val p0: Int,
val p1: String,
...
)
hashCode()
:override fun hashCode(): Int {
var result = p0.hashCode()
result = 31 * result + p1.hashCode()
result = 31 * result + p2.hashCode()
...
return result
}
AM
VP
VP
AT