flutter / flutter-intellij

Flutter Plugin for IntelliJ
https://flutter.dev/using-ide
BSD 3-Clause "New" or "Revised" License
1.98k stars 319 forks source link

Avoid internal AS collections #7807

Closed parlough closed 1 day ago

parlough commented 1 day ago

The Int2ObjectOpenHashMap implementation is the most common implementation I found across the IntelliJ platform, so went with that for its general usage characteristics.