Added comments for iterator example.

This commit is contained in:
Ilkka Seppala
2014-08-31 11:03:43 +03:00
parent 4fef18f6c6
commit 40e5444718
3 changed files with 17 additions and 0 deletions
@@ -1,5 +1,10 @@
package com.iluwatar;
/**
*
* Iterator interface.
*
*/
public interface ItemIterator {
boolean hasNext();