org.apache.struts2.components
Class IteratorComponent.CounterIterator
java.lang.Object
org.apache.struts2.components.IteratorComponent.CounterIterator
- All Implemented Interfaces:
- Iterator<Object>
- Enclosing class:
- IteratorComponent
class IteratorComponent.CounterIterator
- extends Object
- implements Iterator<Object>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
step
private int step
end
private int end
currentIndex
private int currentIndex
values
private List<Object> values
IteratorComponent.CounterIterator
IteratorComponent.CounterIterator(Integer begin,
Integer end,
Integer step,
List<Object> values)
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interface Iterator<Object>
next
public Object next()
- Specified by:
next
in interface Iterator<Object>
peekNextIndex
private int peekNextIndex()
remove
public void remove()
- Specified by:
remove
in interface Iterator<Object>
Copyright © 2000-2009 Apache Software Foundation. All Rights Reserved.