Closed kohlschuetter closed 1 year ago
We currently don't support accessing a Collection by index, unless it is a List.
Add an Iterator-based approach to accessing non-List Collections (e.g., LinkedHashSet) by index.
Released in 0.8.5.2 Thank you!
We currently don't support accessing a Collection by index, unless it is a List.
Add an Iterator-based approach to accessing non-List Collections (e.g., LinkedHashSet) by index.