set korrigiert

master
akimmig 2023-01-23 12:47:43 +01:00
parent 14491e5031
commit 0a7819afa9
1 changed files with 1 additions and 0 deletions

View File

@ -142,6 +142,7 @@ public class Set<T>
// ... füge den zur Differenz hinzu // ... füge den zur Differenz hinzu
neu.add(current.wert); neu.add(current.wert);
} }
current = current.next;
} }
return neu; return neu;