Package org.apache.wicket.util.string
Interface IStringIterator
-
public interface IStringIterator
Typesafe string iterator interface- Author:
- Jonathan Locke
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
hasNext()
String
next()
-