摘要: Idioms java //Traversing a map/list of pairs for ((k, v) in map) { println("$k $v") } //Lazy property val p: String by lazy { // compute the string } 阅读全文
posted @ 2019-08-15 17:33 dustyhope 阅读(233) 评论(0) 推荐(0) 编辑