|
SMILA 1.0 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<ConnectivityId> oldIndex,
java.util.Set<ConnectivityId> newIndex,
java.util.Set<ConnectivityId> modifiedCompounds)
Instantiates a new data source iterator. |
|
| Method Summary | |
|---|---|
boolean |
hasNext()
|
ConnectivityId |
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<ConnectivityId> oldIndex,
java.util.Set<ConnectivityId> newIndex,
java.util.Set<ConnectivityId> modifiedCompounds)
oldIndex - the old indexnewIndex - the new indexmodifiedCompounds - the set of modified compound ids| Method Detail |
|---|
public boolean hasNext()
hasNext in interface java.util.Iterator<ConnectivityId>Iterator.hasNext()public ConnectivityId next()
next in interface java.util.Iterator<ConnectivityId>Iterator.next()public void remove()
remove in interface java.util.Iterator<ConnectivityId>Iterator.remove()
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||