net.ericaro.neoitertools.generators.combinatorics
Class VarBaseNumber

java.lang.Object
  extended by net.ericaro.neoitertools.generators.combinatorics.BigNumber
      extended by net.ericaro.neoitertools.generators.combinatorics.VarBaseNumber
All Implemented Interfaces:
Generator<int[]>

public class VarBaseNumber
extends BigNumber


Field Summary
 
Fields inherited from class net.ericaro.neoitertools.generators.combinatorics.BigNumber
base, size
 
Constructor Summary
VarBaseNumber(int... sizes)
           
 
Method Summary
protected  void inc()
          increment this big number by one
 
Methods inherited from class net.ericaro.neoitertools.generators.combinatorics.BigNumber
next, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VarBaseNumber

public VarBaseNumber(int... sizes)
Method Detail

inc

protected void inc()
            throws java.util.NoSuchElementException
Description copied from class: BigNumber
increment this big number by one

Specified by:
inc in class BigNumber
Throws:
java.util.NoSuchElementException


Copyright © 2011. All Rights Reserved.