public class A { A(B b, C c, MyVector v) { this.b = b; this.c = c; this.v = v; } public B b; public C c; public MyVector v; }