-
Notifications
You must be signed in to change notification settings - Fork 169
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
MapEnvelope should be a real envelope and the behaviour moved to MapOf #1384
Comments
@paulodamaso/z please, pay attention to this issue |
@0crat in |
@andreoss I'm starting to assign manually because if not 0crat always assign latest issues and I would like to advance on those. I hope it's ok with you :) no rush anyway |
@andreoss thx :) |
@sereshqua/z please review this job completed by @andreoss/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
@0crat quality good |
In the same way we improved the cactoos API by making
ListEnvelope
,SetEnvelope
and so on real envelopes with actual behaviour such asequals
,toString
,hashcode
, etc, moved to theListOf
,SetOf
, etc classes. I believe we should continue and do the same forMapEnvelope
andMapOf
.The final objective is to have
MapOf
as the main entry point to build instances ofMap
in cactoos (based on aHashMap
), and haveSticky
andSolid
removed.The existing
Grouped
andMerged
classes seems to be coherent with this desired design, so that's good.The text was updated successfully, but these errors were encountered: