Map <Integer,Integer> hashMapmap=new TreeMap<>();
hashMapmap.put(1,4);
hashMapmap.put(2,2);
hashMapmap.put(3,5);
[543, 722, 901, 542, 721, 275, 454, 633, 812, 991]
下面的array是搭配v值跑出来的x座标(存在另一个arraylist)
如果要把index0-3 4-5 6-10各自拿出来跑循环
用remove的方式 要如何写呢?
用了for for-loop 都一直跑IndexOutOfBoundsException
感恩...