SMILA (incubation) API documentation

org.eclipse.smila.connectivity.deltaindexing.impl
Class IdIterator

java.lang.Object
  extended by org.eclipse.smila.connectivity.deltaindexing.impl.IdIterator
All Implemented Interfaces:
java.util.Iterator<Id>

public class IdIterator
extends java.lang.Object
implements java.util.Iterator<Id>

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

IdIterator

public IdIterator(java.util.Set<Id> oldIndex,
                  java.util.Set<Id> newIndex)
Instantiates a new data source iterator.

Parameters:
oldIndex - the old index
newIndex - the new index
Method Detail

hasNext

public boolean hasNext()

Specified by:
hasNext in interface java.util.Iterator<Id>
See Also:
Iterator.hasNext()

next

public Id next()

Specified by:
next in interface java.util.Iterator<Id>
See Also:
Iterator.next()

remove

public void remove()

Specified by:
remove in interface java.util.Iterator<Id>
See Also:
Iterator.remove()

SMILA (incubation) API documentation