cv.visitInsn(Constants.ICONST_0);
cv.visitVarInsn(Constants.ISTORE, 3);
Label l1 = new Label();
cv.visitJumpInsn(Constants.GOTO, l1);
Label l2 = new Label();
cv.visitLabel(l2);
cv.visitVarInsn(Constants.ALOAD, 2);
cv.visitVarInsn(Constants.ILOAD, 3);
cv.visitVarInsn(Constants.ALOAD, 1);
cv.visitMethodInsn(Constants.INVOKEINTERFACE, "java/util/Iterator", "next", "()Ljava/lang/Object;");
cv.visitTypeInsn(Constants.CHECKCAST, componentType.getInternalName());