Class CombinationGenerator

java.lang.Object
org.biojava.nbio.structure.symmetry.utils.CombinationGenerator

public class CombinationGenerator extends Object
  • Constructor Details

    • CombinationGenerator

      public CombinationGenerator(int n, int r)
  • Method Details

    • reset

      public void reset()
    • getNumLeft

      public BigInteger getNumLeft()
    • hasNext

      public boolean hasNext()
    • getTotal

      public BigInteger getTotal()
    • getNext

      public int[] getNext()