I have this declaration in C++:
vector > myArr(1000, vector(3000, -1));
How do I declare this exact line in Jav