There is no built in math Vector class. You'll have to implement your own or use a library like JScience - its project page is here.
EDIT: As comment below suggested, JScience isn't really designed for gaming application is missing some optimizations. A more game oriented vector math API can be found in libgdx. I imagine it should not be too difficult to extract just the math classes from libgdx.