-
public interface IStringIteratorTypesafe string iterator interface- Author:
- Jonathan Locke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()Stringnext()
-
-
-
Method Detail
-
hasNext
boolean hasNext()
- Returns:
- True if there is a next string
-
next
String next()
- Returns:
- The next string!
-
-