Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

If we implement the interface Iterator, do we have to implement the methods next, hasNext and remove?

0
Posted

If we implement the interface Iterator, do we have to implement the methods next, hasNext and remove?

0

If you decide to implement the interface Iterator, then you have to implement all three methods. However, the remove method can always throw an UnsupportedOperationException . More information about implementing an interface like Iterator as an inner class can be found here.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123