import java.util.Vector; class VectorNotObject { vectorAddAll(v1, v2) { v1.addAll(v2); return v1; } }