11 lines
142 B
Plaintext
11 lines
142 B
Plaintext
|
import java.util.Vector;
|
||
|
import java.lang.Integer;
|
||
|
|
||
|
public class VectorSuper {
|
||
|
|
||
|
m(x){
|
||
|
Integer y = 1;
|
||
|
x.addElement(y);
|
||
|
//return x;
|
||
|
}
|
||
|
}
|