We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ff7d75 commit a4dcd0eCopy full SHA for a4dcd0e
1 file changed
_wiki/Java.md
@@ -3,7 +3,7 @@ layout : category
3
title : Java
4
summary :
5
date : 2018-09-13 08:35:45 +0900
6
-updated : 2020-08-21 02:24:26 +0900
+updated : 2021-03-07 01:01:10 +0900
7
tags : java
8
toc : true
9
public : true
@@ -33,4 +33,12 @@ latex : false
33
* [Eclipse 재단의 Collection API](https://www.eclipse.org/collections/)
34
* 성능이 좋다고 한다. 써봐야지
35
36
+
37
+## Java lambda
38
39
+* [Java Reflection, but Faster](https://dzone.com/articles/java-reflection-but-faster)
40
+** LambdaMethodFactory를 통해 메소드에 접근하면, "Reflection보다 더 빠르게 접근 가능했다더라" 라고 하는 포스트가 있었습니다.
41
+** 출처 - [자바 스터디 15주차 - 람다식](https://www.notion.so/15-757106032d85452cbc60cf1808d53978)
42
43
44
# 하위 페이지
0 commit comments