Bin's Blog
|
About
|
|
|
写写代码,哼哼歌
翻译:Kotlin 变量, 使用 Lazy 还是 Late?
June 16, 2017
Original(原文):Kotlin variable, to be Lazy, or to be Late?
Android 中 support-annotations library 整理
April 03, 2017
Copy from ‘com.android.support:support-annotations:25.3.1’.
hashCode 方法和 equals 方法
January 15, 2016
hashCode 和 equals 都是 Java 中 Object 类的方法,在往 HashSet 集合类中 add 自定义类对象时,正确的覆写自定义类中的这两个方法是十分必要的。
Java 8 默认方法(Default Methods)
December 20, 2015
Java 8 引入了新的语言特性——默认方法(Default Methods)。
Prev
2 / 2
Next