class Vector{
	method(){
		v;
		v = new Vector();
		v.add((new Integer(9));
		((String)v.get(5)) + "hallo";
	}
}