fix letover nullpointer
This commit is contained in:
parent
d0bb36c5af
commit
ceb422d869
1 changed files with 0 additions and 1 deletions
|
|
@ -62,7 +62,6 @@ public interface Iteratorᴿᵈ<E> extends
|
|||
return new Iterator<>() {
|
||||
@Override
|
||||
public boolean hasNext() {
|
||||
this.forEachRemaining(null);
|
||||
return iterator.hatNächsteᴿᵈ();
|
||||
}
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue