Skip to content

Latest commit

 

History

History
12 lines (11 loc) · 261 Bytes

第十一章 Scala层级.md

File metadata and controls

12 lines (11 loc) · 261 Bytes

第十一章 Scala层级

11.1 类型层级

最高为Any类, 定义下面的方法:

final def ==(另一: Any): Boolean
final def !=(另一: Any): Boolean
def equals(另一: Any): Boolean
def ##: Int
def hashCode: Int
def toString: String