File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,15 +54,15 @@ This repository contains Java examples that are designed to track and document t
5454 * ` Optional.orElseThrow() `
5555
5656* [ Java 9] ( java-9/ ) (September, 2017)
57- * [ JEP 110] ( https://openjdk. java.net/jeps/110 ) : HTTP/2 Client
58- * [ JEP 213] ( https://openjdk.java.net/jeps/213 ) : Milling Project Coin
59- * The try-with-resources Improvements
60- * Private Methods in the Interface
61- * Using underscores in numeric literals
62- * SafeVarargs to Support Private Methods
57+ * [ JEP 110] ( java-9/src/main/ java/com/ibrahimatay/JEP110HTTP2Client.java ) : HTTP/2 Client
58+ * JEP 213: Milling Project Coin
59+ * [ The try-with-resources Improvements] ( java-9/src/main/java/com/ibrahimatay/JEP213MillingProjectCoin/TryWithResources.java )
60+ * [ Private Methods in the Interface] ( java-9/src/main/java/com/ibrahimatay/JEP213MillingProjectCoin/PrivateMethodInInterfaces.java )
61+ * [ Using underscores in numeric literals] ( java-9/src/main/java/com/ibrahimatay/JEP213MillingProjectCoin/UsingUnderscoresInNumericLiterals.java )
62+ * [ SafeVarargs to Support Private Methods] ( java-9/src/main/java/com/ibrahimatay/JEP213MillingProjectCoin/SafeVarargsToSupportPrivateMethods.java )
6363
6464* [ Java 8] ( java-8/ ) (March, 2014)
65- * [ JEP 135] ( https://openjdk. java.net/jeps/135 ) : Base64 Encoding & Decoding
65+ * [ JEP 135] ( java-8/src/main/ java/com/ibrahimatay/JEP135Base64EncodingDecoding.java ) : Base64 Encoding & Decoding
6666 * [ JEP 174] ( https://openjdk.java.net/jeps/174 ) : Nashorn JavaScript Engine
6767 * [ JEP 150] ( https://openjdk.java.net/jeps/150 ) : Date & Time API
6868 * [ JEP 107] ( https://openjdk.java.net/jeps/107 ) : Bulk Data Operations for Collections (` java.util.stream ` )
You can’t perform that action at this time.
0 commit comments