The synchronized keyword is an implementation detail, like native, so it's not going to show up in the API docs.
Basically, every call in Vector and Hastable that gets an object, or sets an object, is synchronized. If you really want to look at the methods themselves, look at the source code for Vector and Hashtable. Source for all the
Java classes comes with the JDK, usually in a file called src.jar.