|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.connectivity.deltaindexing.impl.IdIterator
public class IdIterator
The Class IdIterator.
| Constructor Summary | |
|---|---|
IdIterator(java.util.Set<Id> oldIndex,
java.util.Set<Id> newIndex)
Instantiates a new data source iterator. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
Id |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdIterator(java.util.Set<Id> oldIndex,
java.util.Set<Id> newIndex)
oldIndex - the old indexnewIndex - the new index| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<Id>Iterator.hasNext()public Id next()
next in interface java.util.Iterator<Id>Iterator.next()public void remove()
remove in interface java.util.Iterator<Id>Iterator.remove()
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||