Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The Frequency class has addValue(char|int|long) methods, but the incrementValue method only supports Comparable<?>
It would avoid casting warnings in code if primitives were supported, as well as being more consistent.