org.mvel2.templates.util
Class CountIterator

java.lang.Object
  extended by org.mvel2.templates.util.CountIterator
All Implemented Interfaces:
Iterator

public class CountIterator
extends Object
implements Iterator

User: christopherbrock Date: 10-Aug-2010 Time: 6:42:20 PM


Constructor Summary
CountIterator(int countTo)
           
 
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

CountIterator

public CountIterator(int countTo)
Method Detail

hasNext

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

next

public Object next()
Specified by:
next in interface Iterator

remove

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


Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.