摘要:
保存用户输入到文件、显示文件内容、文件的复制、顺序输入流、管道输入输出流、过滤输入输出流 阅读全文
摘要:
queues函数式队列,信息隐藏,变化型注解 阅读全文
摘要:
银行账号的简化实现:scala> class BankAccount{ | private var bal: Int = 0 | def balance: Int = bal | def deposit(amount: Int) { | require(amount ... 阅读全文
摘要:
元组 阅读全文
摘要:
可变(mutable)集合与不可变(immutable)集合、初始化集合 阅读全文
摘要:
集和映射 阅读全文
摘要:
列表列表的初始化及对其首尾的访问:scala> val colors = List("red", "blue", "green")colors: List[String] = List(red, blue, green)scala> colors.headres15: String = redsca... 阅读全文
摘要:
List对象的方法 阅读全文
摘要:
List类的高阶方法 阅读全文
摘要:
eclipse 快捷键 阅读全文