choco.cp.model.managers
Class VariableIterator
java.lang.Object
choco.cp.model.managers.VariableIterator
- All Implemented Interfaces:
- Iterator<Variable>
public final class VariableIterator
- extends Object
- implements Iterator<Variable>
- Author:
- Arnaud Malapert
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
variables
public final Variable[] variables
VariableIterator
public VariableIterator(Variable[] variables)
getIterator
protected Iterator<Variable> getIterator(Variable v)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Variable>
next
public Variable next()
- Specified by:
next
in interface Iterator<Variable>
remove
public void remove()
- Specified by:
remove
in interface Iterator<Variable>
Copyright © 2012. All Rights Reserved.