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

record builder #30

Closed
dfa1 opened this issue Feb 5, 2019 · 0 comments
Closed

record builder #30

dfa1 opened this issue Feb 5, 2019 · 0 comments
Assignees
Labels
API related to the internal Java API/SPI help wanted open problem waiting for help/discussion

Comments

@dfa1
Copy link
Collaborator

dfa1 commented Feb 5, 2019

Problem:
have a more efficient way to create records with more than 2 keys (instead of discarding 2 or 3 hashmaps)

Solution:
have a builder patter for Record, something like:

new Record.Builder().entry(k1, v1).entry(k2, v2)....build()

@dfa1 dfa1 added help wanted open problem waiting for help/discussion API related to the internal Java API/SPI labels Feb 5, 2019
@dfa1 dfa1 mentioned this issue Feb 6, 2019
@dfa1 dfa1 self-assigned this Feb 10, 2019
@dfa1 dfa1 closed this as completed in 232cd93 Feb 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API related to the internal Java API/SPI help wanted open problem waiting for help/discussion
Projects
None yet
Development

No branches or pull requests

1 participant