Jonas Jenwald c0736647f9 Add general iteration support in the RefSet and RefSetCache classes
This patch removes the existing `forEach` methods, in favor of making the classes properly iterable instead. Given that the classes are using a `Set` respectively a `Map` internally, implementing this is very easy/efficient and allows us to simplify some existing code.
2022-03-18 14:27:34 +01:00
..
2022-01-09 11:32:34 +01:00
2022-01-09 11:32:34 +01:00
2022-02-19 15:33:42 +01:00