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

Create Dynamic Value Supplying Map data structure #32

Open
jxblum opened this issue Aug 5, 2024 · 0 comments
Open

Create Dynamic Value Supplying Map data structure #32

jxblum opened this issue Aug 5, 2024 · 0 comments

Comments

@jxblum
Copy link
Contributor

jxblum commented Aug 5, 2024

The Map implementation will take a KEY and java.util.function.Supplier as the VALUE mapped to the KEY.

Each time Map.get(KEY), is called, the Supplier will be invoked to "supply" possibly a new value on each invocation.

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