public class PointSample { public void samplePoint(IntSetter x, IntSetter y, FloatSetter m) { x.set(10); y.set(100); m.set(5.5f); } }