In general you can use the continue keyword to skip the current iteration of a loop to the end to start a new iteration. See Branching Statements (The Java™ Tutorials > Learning the Java Language >...