Package org.iworkz.habitat.dao
Class FieldNavigator
java.lang.Object
org.iworkz.habitat.dao.FieldNavigator
public class FieldNavigator extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classFieldNavigator.FieldIndex -
Constructor Summary
Constructors Constructor Description FieldNavigator()FieldNavigator(int initialIndex) -
Method Summary
Modifier and Type Method Description FieldNavigator.FieldIndexgetCurrent()intgetCurrentIndex()intnext()voidreset()voidreset(int initialIndex)
-
Constructor Details
-
FieldNavigator
public FieldNavigator() -
FieldNavigator
public FieldNavigator(int initialIndex)
-
-
Method Details
-
reset
public void reset() -
reset
public void reset(int initialIndex) -
next
public int next() -
getCurrent
-
getCurrentIndex
public int getCurrentIndex()
-