Class SimpleNotationGroupIterator

java.lang.Object
org.helm.notation2.SimpleNotationGroupIterator

public class SimpleNotationGroupIterator
extends Object
Iterator class for groups within a simple notation string
Author:
maisel
  • Field Details

  • Constructor Details

    • SimpleNotationGroupIterator

      public SimpleNotationGroupIterator​(String notationString)
      Constructs a group iterator for a notation string
      Parameters:
      notationString - input notation string
  • Method Details

    • hasNextGroup

      public boolean hasNextGroup()
      Checks if there is a next group
      Returns:
      true if the iterator has another group otherwise false
    • nextGroup

      public String nextGroup()
      Returns the next group
      Returns:
      notation group