fr.inrialpes.exmo.align.impl
Class MIterator<T>
java.lang.Object
fr.inrialpes.exmo.align.impl.MIterator<T>
- All Implemented Interfaces:
- Iterator<T>
class MIterator<T>
- extends Object
- implements Iterator<T>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
set
private Enumeration<Set<T>> set
current
private Iterator<T> current
next
private Iterator<T> next
MIterator
MIterator(Hashtable<Object,Set<T>> s)
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>
(C) INRIA & friends, 2003-2008