Interface IIterate
-
public interface IIterateClass to iterate through the columns of a IColIndex. When initialized it should be at index -1 and then at the call to next you get the first value
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanhasNext()Get if the index has a next index.inti()Get current indexintnext()Get next indexintv()Get current value
-