fr.inrialpes.exmo.align.impl
Class MEnumeration<T>
java.lang.Object
fr.inrialpes.exmo.align.impl.MEnumeration<T>
- All Implemented Interfaces:
- Enumeration<T>
class MEnumeration<T>
- extends Object
- implements Enumeration<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
MEnumeration
MEnumeration(Hashtable<Object,Set<T>> s)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration<T>
nextElement
public T nextElement()
- Specified by:
nextElement
in interface Enumeration<T>
(C) INRIA & friends, 2003-${curryear}