Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 19, 2024
1 parent 2673e5d commit 77e1066
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,13 @@ public class FilterIterator<E> implements Iterator<E> {

/** The iterator being used */
private Iterator<? extends E> iterator;

/** The predicate being used */
private Predicate<? super E> predicate;

/** The next object in the iteration */
private E nextObject;

/** Whether the next object has been calculated yet */
private boolean nextObjectSet;

Expand Down

0 comments on commit 77e1066

Please sign in to comment.