public class TestBoxedEqEqPrimitive { public boolean test(Double value) { return value == 3.14; } }