kotlin.reflect.KClass.hashCode

hashCode

abstract fun hashCode(): Int

Returns a hash code value for the object. The general contract of hashCode is:

  • Whenever it is invoked on the same object more than once, the hashCode method must consistently return the same integer, provided no information used in equals comparisons on the object is modified.
  • If two objects are equal according to the equals() method, then calling the hashCode method on each of the two objects must produce the same integer result.

© 2010–2017 JetBrains s.r.o.
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/-k-class/hash-code.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部