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