I'm current doing insertion sorts with ArrayList and I'm getting java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at replace.get(insertindex).setTitle(next); . I understand there is nothing at...