We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Summary:
BiMap is unnecessary and can be deleted, contansKey(V v) is replaceable by containsValue
contansKey(V v)
containsValue
The text was updated successfully, but these errors were encountered:
@macgills Can I work on this?
I have identified the following changes that will have to be made:
DescriptionsAdapter.java
SpinnerLanguagesAdapter.kt
BiMap.java
I didn't find any usage of containsKey(V v), so I don't think there's any issues here.
containsKey(V v)
Sorry, something went wrong.
There is one instance where you will have to use containsValue I think. Please delete BiMap in your PR
gupta-anmol
Successfully merging a pull request may close this issue.
Summary:
BiMap is unnecessary and can be deleted,
contansKey(V v)
is replaceable bycontainsValue
The text was updated successfully, but these errors were encountered: