I recently released ShiftList, a Java List implementation that offers fast inserts and removals at any index while staying close to ArrayList in performance for core operations like get(int). Like ...