
java
文章平均质量分 54
nkfustKai
这个作者很懒,什么都没留下…
展开
-
Singleton Pattern (Java)
design patterns转载 2016-02-18 19:49:20 · 467 阅读 · 0 评论 -
Final Keyword In Java
Introduction Variable final variable blank final instance variable blank final class variable Q Whats the use of blank final variable Method final Method Reference 快捷键 Markdown及扩展 表格 定义列表 代码块 脚注 目原创 2016-01-23 02:20:48 · 562 阅读 · 0 评论 -
java Iterable and for each
Java apipublic interface Iterable<T> Implementing this interface allows an object to be the target of the “for-each loop”Examplepublic class IterableString implements Iterable<Character> { private原创 2016-04-06 15:11:46 · 443 阅读 · 0 评论