[JAVA-616] Reworded operations modules descriptions

This commit is contained in:
dupirefr
2020-04-17 21:05:33 +02:00
parent 2be3cf769a
commit 2141381a02
2 changed files with 2 additions and 16 deletions

View File

@@ -1,12 +1,6 @@
## Core Java Arrays - Basic Operations
This module contains articles about basic operations on arrays in Java
Basic operations would cover anything elementary we should expect to be able to achieve on a collection type:
- Adding/Removing elements
- Getting elements
- Iterating
This module contains articles about Java array fundamentals. They assume no previous background knowledge on working with arrays.
### Relevant Articles:
- [Initializing Arrays in Java](https://www.baeldung.com/java-initialize-array)
@@ -16,4 +10,3 @@ Basic operations would cover anything elementary we should expect to be able to
- [Removing an Element from an Array in Java](https://www.baeldung.com/java-array-remove-element)
- [Removing the First Element of an Array](https://www.baeldung.com/java-array-remove-first-element)
- [Extending an Arrays Length](https://www.baeldung.com/java-array-add-element-at-the-end)
- [[More advanced operations -->]](/core-java-modules/core-java-arrays-operations-advanced)