index and get Methode in text.java done

This commit is contained in:
Andrin Fassbind
2021-11-05 09:58:40 +01:00
parent 2d71212b05
commit 812ec1d388
3 changed files with 59 additions and 34 deletions
-4
View File
@@ -21,9 +21,5 @@ public class TextTest {
@Test
void indexTest() {
hMap = txt.index(sListe);
for(Map.Entry<String,ArrayList<Integer>> entry : hMap.entrySet()) {
System.out.println("Key: " + entry.getKey() + " Value: " + entry.getValue());
}
}
}