Class Step

  • All Implemented Interfaces:
    IStep

    public class Step
    extends java.lang.Object
    implements IStep
    • Constructor Summary

      Constructors 
      Constructor Description
      Step​(IStep step, int index)  
    • Constructor Detail

      • Step

        public Step​(IStep step,
                    int index)
    • Method Detail

      • getIndex

        public int getIndex()
        Specified by:
        getIndex in interface IStep
      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface IStep
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object