Method Iterator()->create()
- Method
create
Iterator Iterator(
Iterator
it
)- Description
Initialize this iterator to wrap the Iterator in
it
The iterator initially points to the first item in the data set, if there is any.
- Note
This differs from the Iterator API, where the iterator is initialized to point before the first element.