continue
例:
LABEL: while (a > b) { System.out.println("Hello"); //以下のコードはループの最後のステートメントであるため、 //不要なラベルと continue を除去できます continue LABEL; }