Skip to content

Create dynamic value supplying Map data structure #32

@jxblum

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions