Class Expression.ValueIterator

  • All Implemented Interfaces:
    Iterator
    Enclosing class:
    Expression

    public static class Expression.ValueIterator
    extends Object
    implements Iterator
    Value Iterator
    • Constructor Detail

      • ValueIterator

        public ValueIterator​(Iterator it)
        Create a new ValueIterator.
        Parameters:
        it - underlying Iterator, may contain pointers
    • Method Detail

      • hasNext

        public boolean hasNext()
        Specified by:
        hasNext in interface Iterator
      • remove

        public void remove()
        Unsupported.
        Specified by:
        remove in interface Iterator