org.apache.wicket.util.string
Interface IStringIterator


public interface IStringIterator

Typesafe string iterator interface

Author:
Jonathan Locke

Method Summary
 boolean hasNext()
           
 java.lang.String next()
           
 

Method Detail

hasNext

boolean hasNext()
Returns:
True if there is a next string

next

java.lang.String next()
Returns:
The next string!


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.