Package adql.query.operand.function
Class ADQLFunction.ParameterIterator
java.lang.Object
adql.query.operand.function.ADQLFunction.ParameterIterator
- All Implemented Interfaces:
Iterator<ADQLOperand>
- Enclosing class:
- ADQLFunction
Lets iterating on all parameters of the given function.
-
Field Details
-
function
-
index
protected int index
-
-
Constructor Details
-
ParameterIterator
- Throws:
NullPointerException
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<ADQLOperand>
-
next
- Specified by:
next
in interfaceIterator<ADQLOperand>
-
remove
- Specified by:
remove
in interfaceIterator<ADQLOperand>
- Throws:
UnsupportedOperationException
-