Interface Generator<T>

All Known Implementing Classes:
VarGeneratorBlacklist, VarGeneratorImpl2

public interface Generator<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    Clones should independently yield the same sequences of items as the original object
     
     
  • Method Details

    • next

      T next()
    • current

      T current()
    • clone

      Generator<T> clone()
      Clones should independently yield the same sequences of items as the original object
      Returns: