Class IterationStatus
- java.lang.Object
- 
- org.apache.myfaces.view.facelets.tag.jstl.core.IterationStatus
 
- 
- All Implemented Interfaces:
- Serializable
 
 public final class IterationStatus extends Object implements Serializable - Version:
- $Id$
- Author:
- Jacob Hookom
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IterationStatus(boolean first, boolean last, int index, Integer begin, Integer end, Integer step, Object value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegergetBegin()IntegergetCount()ObjectgetCurrent()IntegergetEnd()intgetIndex()IntegergetStep()booleanisFirst()booleanisLast()
 
-