Mixed types in gdx collections
See original GitHub issuePlease ensure you have given all the following requested information in your report.
Issue details
In collections there are some occurences of wrong parameter types
IntFloatMap.findKey(int, int)
should be (float, int)
IntFloatMap.containsValue(int)
should be (float value, float epsilon)
Version of LibGDX and/or relevant dependencies
LibGDX 1.9.11
Please select the affected platforms
- Android
- iOS (robovm)
- iOS (MOE)
- HTML/GWT
- Windows
- Linux
- MacOS
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
GDXMRW - GAMS
Interfacing GAMS and MATLAB. This document briefly describes GDXMRW (GDX-Matlab Read/Write), a suite of utilities to exchange data between GAMS and MATLAB.
Read more >Viewports - libGDX
Camera and Stage support different viewport strategies, for example when doing picking via Camera.project(vec, viewportX, viewportY, viewportWidth, ...
Read more >STOOL TESTING SUPPORT GUIDE - Genova Diagnostics
Genova uses multiple methodologies to provide the most clinically accurate assessment of bacteria, ... GI Effects profile, and the type of short chain...
Read more >gdxpds package — gdx-pandas 1.2.0 documentation
Backend functionality for reading and writing GDX files. The GdxFile and GdxSymbol classes are full-featured interfaces for going between the GDX format and ......
Read more >Go Direct Sensor Cart Troubleshooting and FAQs - Vernier
Go Direct Sensor Cart (GDX-CART-Y) and Go Direct Sensor Cart (GDX-CART-G) ... or measure energy changes during different types of collisions.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Sure, I’ll be able to do that in a couple days!
No worries, can’t have you hogging all the bugs! 😃 Looks like ObjectFloatMap also needed the methods (added now).