すでに通常の割り当てを試みました:
Collections.copy(lostPackets, historyList);
これはスローします:
Exception in thread "Thread-3" java.lang.IndexOutOfBoundsException: Source does not fit in dest
COWArrayList を通常の ArrayList にコピーする方法はありますか?
すでに通常の割り当てを試みました:
Collections.copy(lostPackets, historyList);
これはスローします:
Exception in thread "Thread-3" java.lang.IndexOutOfBoundsException: Source does not fit in dest
COWArrayList を通常の ArrayList にコピーする方法はありますか?