vigna / fastutil

fastutil extends the Java™ Collections Framework by providing type-specific maps, sets, lists and queues.
Apache License 2.0
1.78k stars 196 forks source link

Remove the last uses of KEY_WIDENED and VALUE_WIDENED #215

Closed techsy730 closed 3 years ago

techsy730 commented 3 years ago

Remove these macros from gencsource.sh

Per https://github.com/vigna/fastutil/issues/201, we are removing these macros, in favor of KEYS_BYTE_CHAR_SHORT_FLOAT and KEYS_INT_LONG_DOUBLE (as well as their VALUE equivalents). This is much better at self documenting and reasoning about conditions.