com.googlecode.fascinator.portal.velocity
Class JythonIterator
java.lang.Object
com.googlecode.fascinator.portal.velocity.JythonIterator
- All Implemented Interfaces:
- Iterator<Object>
public class JythonIterator
- extends Object
- implements Iterator<Object>
|
Constructor Summary |
JythonIterator(org.python.core.PySequence sequence)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JythonIterator
public JythonIterator(org.python.core.PySequence sequence)
next
public Object next()
- Specified by:
next in interface Iterator<Object>
hasNext
public boolean hasNext()
- Specified by:
hasNext in interface Iterator<Object>
remove
public void remove()
- Specified by:
remove in interface Iterator<Object>
Copyright © 2009-2012. All Rights Reserved.