infovis.utils
Class IdManagerIterator
java.lang.Object
infovis.utils.AbstractRowIterator
infovis.utils.TableIterator
infovis.utils.IdManagerIterator
- All Implemented Interfaces:
- RowIterator, Iterator
public class IdManagerIterator
- extends TableIterator
Class IdManagerIterator
- Version:
- $Revision: 1.1 $
- Author:
- Jean-Daniel Fekete
Method Summary |
int |
nextRow()
Returns the next row after incrementing the iterator. |
void |
remove()
|
IdManagerIterator
public IdManagerIterator(IdManager idManager,
int first,
int end,
boolean up)
IdManagerIterator
public IdManagerIterator(IdManager idManager,
int first,
int end)
IdManagerIterator
public IdManagerIterator(IdManager idManager,
boolean up)
nextRow
public int nextRow()
- Description copied from interface:
RowIterator
- Returns the next row after incrementing the iterator.
- Specified by:
nextRow
in interface RowIterator
- Overrides:
nextRow
in class TableIterator
- Returns:
- the next row.
remove
public void remove()
- Specified by:
remove
in interface Iterator
- Overrides:
remove
in class TableIterator
Copyright © 2005 by Jean-Daniel Fekete and INRIA, France All rights reserved.