BAEL-7062 - Fetching Index from List using Streams (#14914)

* Primary Commit

* More Cases covered

* Indentation Corrections on POM

* Merge Conflict Fixed

* Updating as per Jira comments

* Correction

* Review Comment Implementation

* Indentation fixes

* Review Comment Implementation

* Method removal for Iterators

* Test Case Update

* Review Comment changes

* formatting change

* Updating map method

* Review comment update

* Review Comments

* Review Comments
This commit is contained in:
Niket Agrawal
2023-12-04 22:05:54 +05:30
committed by GitHub
parent 4b176f5549
commit e8c97fd6e5
3 changed files with 98 additions and 0 deletions
@@ -48,6 +48,11 @@
<artifactId>guava</artifactId>
<version>${guava.version}</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-collections4</artifactId>
<version>${commons-collections4.version}</version>
</dependency>
</dependencies>
<build>