org.mvel2.templates.util
Class CountIterator
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CountIterator
public CountIterator(int countTo)
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 © 2014. All Rights Reserved.