1.

What Do You Mean By Iterator In Play Framework?

Answer»

The iterator interface provides a different technique to ITERATE over any Collection. So we can easily get iterator instance from a collection utilizing iterator technique. The iterator takes the PLACE of Enumeration in the Java Collection Framework. The iterator also provides the caller to destroy elements from the UNDERLYING collection at the TIME of the iteration.

The iterator interface provides a different technique to iterate over any Collection. So we can easily get iterator instance from a collection utilizing iterator technique. The iterator takes the place of Enumeration in the Java Collection Framework. The iterator also provides the caller to destroy elements from the underlying collection at the time of the iteration.



Discussion

No Comment Found