Hi,
I'm trying to make an iterator for a class I'm making and I need to define a next() and hasNext() method. I understand what each one does but I don't understand how to define those two methods without implementing Iterator. The whole point is to make our own.
Anything would help
Thanks.
