Add missing methods on iterator
This commit is contained in:
parent
211757d5a4
commit
6eff4cc738
1 changed files with 3 additions and 1 deletions
|
|
@ -161,7 +161,9 @@
|
||||||
|
|
||||||
java.util.Iterator
|
java.util.Iterator
|
||||||
{hasNext [[this]]
|
{hasNext [[this]]
|
||||||
next [[this]]}
|
next [[this]]
|
||||||
|
remove [[this]]
|
||||||
|
forEachRemaining [[this action]]}
|
||||||
|
|
||||||
java.util.function.Function
|
java.util.function.Function
|
||||||
{apply [[this t]]}
|
{apply [[this t]]}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue