Class ADQLFunction.ParameterIterator

  • All Implemented Interfaces:
    java.util.Iterator<ADQLOperand>
    Enclosing class:
    ADQLFunction

    protected class ADQLFunction.ParameterIterator
    extends java.lang.Object
    implements java.util.Iterator<ADQLOperand>
    Lets iterating on all parameters of the given function.
    Version:
    01/2012
    Author:
    Grégory Mantelet (CDS)
    • Field Detail

      • index

        protected int index
    • Constructor Detail

      • ParameterIterator

        public ParameterIterator​(ADQLFunction fct)
                          throws java.lang.NullPointerException
        Throws:
        java.lang.NullPointerException
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface java.util.Iterator<ADQLOperand>
      • remove

        public void remove()
                    throws java.lang.UnsupportedOperationException
        Specified by:
        remove in interface java.util.Iterator<ADQLOperand>
        Throws:
        java.lang.UnsupportedOperationException