protected class ADQLFunction.ParameterIterator extends java.lang.Object implements java.util.Iterator<ADQLOperand>
Modifier and Type | Field and Description |
---|---|
protected ADQLFunction |
function |
protected int |
index |
Constructor and Description |
---|
ParameterIterator(ADQLFunction fct) |
Modifier and Type | Method and Description |
---|---|
boolean |
hasNext() |
ADQLOperand |
next() |
void |
remove() |
protected final ADQLFunction function
protected int index
public ParameterIterator(ADQLFunction fct) throws java.lang.NullPointerException
java.lang.NullPointerException
public boolean hasNext()
hasNext
in interface java.util.Iterator<ADQLOperand>
public ADQLOperand next()
next
in interface java.util.Iterator<ADQLOperand>
public void remove() throws java.lang.UnsupportedOperationException
remove
in interface java.util.Iterator<ADQLOperand>
java.lang.UnsupportedOperationException