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

595-SoilIndexedDictionary-should-it-have-the-Association-methods #599

Merged

Conversation

MarcusDenker
Copy link
Contributor

As there is never the need to get the index key (and if, we can use the iterator), this PR removes the association based API on the level of the SoilIndexedDictionary:

  • remove #firstAssociation, #lastAssociation, #nextAssociationAfter: on the SoilIndexedDictionary
  • add #nextAfter: SoilIndexIterator and use it

fixes #595

…on the SoilIndexedDictionary

- add #nextAfter: SoilIndexIterator and use it

fixes #595
@MarcusDenker MarcusDenker requested a review from noha February 9, 2024 09:34
@noha noha merged commit 1cb5db4 into main Feb 9, 2024
2 checks passed
@MarcusDenker MarcusDenker deleted the 595-SoilIndexedDictionary-should-it-have-the-Association-methods branch February 9, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

SoilIndexedDictionary: should it have the *Association methods?
2 participants