摘要: Note: A nested class is defined within another class. 1 class OuterClass{ 2 ... 3 class NestedClass{...} 4 } View Code There are two types of nested c 阅读全文
posted @ 2020-08-11 20:55 deep-thinking 阅读(101) 评论(0) 推荐(0) 编辑
摘要: Concepts Covered Basic concepts of pipeline processing Pipeline speedup Instruction pipeline in ARM Basic concepts of pipeline processing What is pipe 阅读全文
posted @ 2020-08-11 19:01 deep-thinking 阅读(242) 评论(0) 推荐(0) 编辑
摘要: Background or Issue: It's no sence to invoke an existing method by a lambda expression,so do it with method's name. Introduction with Example 1 public 阅读全文
posted @ 2020-08-11 09:41 deep-thinking 阅读(101) 评论(0) 推荐(0) 编辑