Interface IStringIterator


  • public interface IStringIterator
    Typesafe string iterator interface
    Author:
    Jonathan Locke
    • Method Detail

      • hasNext

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

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