Details
-
Improvement
-
Status: Resolved
-
Low
-
Resolution: Fixed
-
None
-
None
Description
We uses Pair<X,Y> all over the place, and in many cases either/both of X and Y are primitives (ints, longs), and we end up boxing them into Integers and Longs. We should have specialized versions that take primitives.