sclass RandomAccessSubList extends SubList implements RandomAccess { *(L root, int fromIndex, int toIndex) { super(root, fromIndex, toIndex); } }