Alignment API and Server 4.2.${version.update}

fr.inrialpes.exmo.align.impl
Class MIterator<T>

java.lang.Object
  extended by fr.inrialpes.exmo.align.impl.MIterator<T>
All Implemented Interfaces:
Iterator<T>

 class MIterator<T>
extends Object
implements Iterator<T>


Field Summary
private  Iterator<T> current
           
private  Iterator<T> next
           
private  Enumeration<Set<T>> set
           
 
Constructor Summary
MIterator(Hashtable<Object,Set<T>> s)
           
 
Method Summary
 boolean hasNext()
           
 T next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

set

private Enumeration<Set<T>> set

current

private Iterator<T> current

next

private Iterator<T> next
Constructor Detail

MIterator

MIterator(Hashtable<Object,Set<T>> s)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface Iterator<T>

next

public T next()
Specified by:
next in interface Iterator<T>

remove

public void remove()
Specified by:
remove in interface Iterator<T>

Alignment API and Server 4.2.${version.update}

(C) INRIA & friends, 2003-${curryear}