Class IterationValueSet

java.lang.Object
org.harctoolbox.valuesets.ValueSet
org.harctoolbox.valuesets.IterationValueSet
All Implemented Interfaces:
Iterable<Long>

public class IterationValueSet extends ValueSet
This class bundles input arguments together. Giving a parameter a negative value is ignored, i.e. equivalent to not making any assignment at all. Thus, for example using the four parameter main method, the user can assign T without assigning S.
  • Constructor Details

    • IterationValueSet

      public IterationValueSet(long min, long max, int increment)
      Parameters:
      min -
      max -
      increment -
  • Method Details