Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iterator() return type in Cache #420

Open
dhruvv90 opened this issue Sep 4, 2023 · 0 comments
Open

iterator() return type in Cache #420

dhruvv90 opened this issue Sep 4, 2023 · 0 comments

Comments

@dhruvv90
Copy link

dhruvv90 commented Sep 4, 2023

Proposal : to change return type of iterator() method in class Cache from Iterator<Cache.Entry<K, V>> to Iterator<? extends Cache.Entry<K, V>>

This will help JSR implementations to create Iterables of custom types, since Generics are not covariant.
There might be reasons this wasn't done this way, but sorry i'm not aware of that if that's the case

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant