Alignment API and Server 4.0

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

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

 class MEnumeration<T>
extends Object
implements Enumeration<T>


Field Summary
private  Iterator<T> current
           
private  Enumeration<Set<T>> set
           
 
Constructor Summary
MEnumeration(Hashtable<Object,Set<T>> s)
           
 
Method Summary
 boolean hasMoreElements()
           
 T nextElement()
           
 
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
Constructor Detail

MEnumeration

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

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration<T>

nextElement

public T nextElement()
Specified by:
nextElement in interface Enumeration<T>

Alignment API and Server 4.0

(C) INRIA & friends, 2003-2010