org.apache.pig.scripting.groovy
Class GroovyUtils.DataBagGroovyIterator
java.lang.Object
org.apache.pig.scripting.groovy.GroovyUtils.DataBagGroovyIterator
- All Implemented Interfaces:
- Iterator<groovy.lang.Tuple>
- Enclosing class:
- GroovyUtils
public static class GroovyUtils.DataBagGroovyIterator
- extends Object
- implements Iterator<groovy.lang.Tuple>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroovyUtils.DataBagGroovyIterator
public GroovyUtils.DataBagGroovyIterator(Iterator<Tuple> iter)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<groovy.lang.Tuple>
next
public groovy.lang.Tuple next()
- Specified by:
next
in interface Iterator<groovy.lang.Tuple>
remove
public void remove()
- Specified by:
remove
in interface Iterator<groovy.lang.Tuple>
Copyright © 2007-2012 The Apache Software Foundation