Skip to content

Create dynamic value supplying Map data structure #32

Description

@jxblum

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions