The method removeRange(int, int) from the type ArrayList is not visible
in
Programming Questions
•
1 year ago
I get:
"The method removeRange(int, int) from the type ArrayList<loadData_01.Company> is not visible" on this line:
- wData.companies.removeRange(5, wData.companies.size()-1);
companies is the arrayList.
Anyone a clue?
It's not in a java file with private or something, I only use one java file to store the enums.
1