Interface IStringIterator


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

    Modifier and Type
    Method
    Description
    boolean
     
     
  • Method Details

    • hasNext

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

      Returns:
      The next string!