Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed May 8, 2024
1 parent 137f8ac commit 420d09d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -360,10 +360,10 @@ Elemento provides several methods to iterate over node lists, child elements or

### Methods returning `java.util.Iterator`

`Elements.iterator(JsArrayLike<E> nodes)`<br/>
- `Elements.iterator(JsArrayLike<E> nodes)`<br/>
Returns an iterator over the given array-like. The iterator does **not** support the `Iterator.remove()` operation.

`Elements.iterator(Node parent)`<br/>
- `Elements.iterator(Node parent)`<br/>
Returns an iterator over the children of `parent`. The iterator **supports** the `Iterator.remove()` operation, which removes the current node from its parent.

### Methods returning `java.lang.Iterable`
Expand Down

0 comments on commit 420d09d

Please sign in to comment.