79468144

Date: 2025-02-25 23:47:15
Score: 1.5
Natty:
Report link

Desugaring is another option.

This link lists java.util.Map as one of the supported classes https://developer.android.com/studio/write/java8-support#library-desugaring

And this verbose list specifically says getOrDefault is supported by API desugaring

https://developer.android.com/studio/write/java8-support-table

Reasons:
  • Blacklisted phrase (1): This link
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: bigh_29