Class ValueSetList

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

public class ValueSetList extends Object implements Iterable<Long>
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.
Author:
Bengt Martensson
  • Constructor Details

  • Method Details

    • main

      public static void main(String[] args)
      For testing purposes only
      Parameters:
      args -
    • reset

      public void reset()
    • iterator

      public Iterator<Long> iterator()
      Specified by:
      iterator in interface Iterable<Long>
    • toString

      public String toString()
      Overrides:
      toString in class Object