index and get Methode in text.java done
This commit is contained in:
@@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user