Skip to content

Commit b894bbc

Browse files
authored
Merge pull request eugenp#6463 from collaboratewithakash/master
Back-link added
2 parents 00c1152 + 3f6b909 commit b894bbc

File tree

25 files changed

+40
-0
lines changed

25 files changed

+40
-0
lines changed

core-groovy/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,7 @@
44

55
- [JDBC with Groovy](http://www.baeldung.com/jdbc-groovy)
66
- [Working with JSON in Groovy](http://www.baeldung.com/groovy-json)
7+
- [Reading a File in Groovy](https://www.baeldung.com/groovy-file-read)
8+
- [Types of Strings in Groovy](https://www.baeldung.com/groovy-strings)
9+
- [A Quick Guide to Iterating a Map in Groovy](https://www.baeldung.com/groovy-map-iterating)
10+
- [An Introduction to Traits in Groovy](https://www.baeldung.com/groovy-traits)

core-java-8/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@
3838
- [Java @SafeVarargs Annotation](https://www.baeldung.com/java-safevarargs)
3939
- [Java @Deprecated Annotation](https://www.baeldung.com/java-deprecated)
4040
- [Java 8 Predicate Chain](https://www.baeldung.com/java-predicate-chain)
41+
- [Method References in Java](https://www.baeldung.com/java-method-references)

core-java-9/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,5 @@
2727
- [Java 9 Platform Logging API](https://www.baeldung.com/java-9-logging-api)
2828
- [Guide to java.lang.Process API](https://www.baeldung.com/java-process-api)
2929
- [Immutable Set in Java](https://www.baeldung.com/java-immutable-set)
30+
- [Multi-Release Jar Files](https://www.baeldung.com/java-multi-release-jar)
31+
- [Ahead of Time Compilation (AoT)](https://www.baeldung.com/ahead-of-time-compilation)

core-java-collections-list/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@
2828
- [Intersection of Two Lists in Java](https://www.baeldung.com/java-lists-intersection)
2929
- [Multi Dimensional ArrayList in Java](https://www.baeldung.com/java-multi-dimensional-arraylist)
3030
- [Determine If All Elements Are the Same in a Java List](https://www.baeldung.com/java-list-all-equal)
31+
- [List of Primitive Integer Values in Java](https://www.baeldung.com/java-list-primitive-int)
32+
- [Performance Comparison of Primitive Lists in Java](https://www.baeldung.com/java-list-primitive-performance)

core-java-collections/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@
3232
- [A Guide to Iterator in Java](http://www.baeldung.com/java-iterator)
3333
- [Differences Between HashMap and Hashtable](https://www.baeldung.com/hashmap-hashtable-differences)
3434
- [Java ArrayList vs Vector](https://www.baeldung.com/java-arraylist-vs-vector)
35+
- [Defining a Char Stack in Java](https://www.baeldung.com/java-char-stack)

core-java-lang-oop/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@
2222
- [Inheritance and Composition (Is-a vs Has-a relationship) in Java](http://www.baeldung.com/java-inheritance-composition)
2323
- [A Guide to Constructors in Java](https://www.baeldung.com/java-constructors)
2424
- [Java equals() and hashCode() Contracts](https://www.baeldung.com/java-equals-hashcode-contracts)
25+
- [Marker Interfaces in Java](https://www.baeldung.com/java-marker-interfaces)

core-java-lang/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,4 @@
4141
- [Java Interfaces](https://www.baeldung.com/java-interfaces)
4242
- [Attaching Values to Java Enum](https://www.baeldung.com/java-enum-values)
4343
- [Variable Scope in Java](https://www.baeldung.com/java-variable-scope)
44+
- [Java Classes and Objects](https://www.baeldung.com/java-classes-objects)

core-java/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,4 @@
5050
- [Using Curl in Java](https://www.baeldung.com/java-curl)
5151
- [Finding Leap Years in Java](https://www.baeldung.com/java-leap-year)
5252
- [Java Bitwise Operators](https://www.baeldung.com/java-bitwise-operators)
53+
- [Guide to Creating and Running a Jar File in Java](https://www.baeldung.com/java-create-jar)

core-kotlin-2/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
## Relevant articles:
22

33
- [Void Type in Kotlin](https://www.baeldung.com/kotlin-void-type)
4+
- [How to use Kotlin Range Expressions](https://www.baeldung.com/kotlin-ranges)

core-kotlin/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@
5252
- [Inline Classes in Kotlin](https://www.baeldung.com/kotlin-inline-classes)
5353
- [Creating Java static final Equivalents in Kotlin](https://www.baeldung.com/kotlin-java-static-final)
5454
- [Nested forEach in Kotlin](https://www.baeldung.com/kotlin-nested-foreach)
55+
- [Building DSLs in Kotlin](https://www.baeldung.com/kotlin-dsl)
56+
- [Static Methods Behavior in Kotlin](https://www.baeldung.com/kotlin-static-methods)

0 commit comments

Comments
 (0)