Package org.apache.wicket.util.string
Interface IStringIterator
public interface IStringIterator
Typesafe string iterator interface
- Author:
- Jonathan Locke
-
Method Summary
-
Method Details
-
hasNext
boolean hasNext()- Returns:
- True if there is a next string
-
next
- Returns:
- The next string!
-