com.googlecode.fascinator.portal.velocity
Class JythonIterator

java.lang.Object
  extended by 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)
           
 
Method Summary
 boolean hasNext()
           
 Object next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JythonIterator

public JythonIterator(org.python.core.PySequence sequence)
Method Detail

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.