com.ibm.di.config.base
Class TreeMapEnumeration
java.lang.Object
com.ibm.di.config.base.TreeMapEnumeration
- All Implemented Interfaces:
- Enumeration
public class TreeMapEnumeration
- extends Object
- implements Enumeration
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TreeMapEnumeration
public TreeMapEnumeration(MetamergeConfig mc,
Object base,
BaseConfiguration cf)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements
in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement
in interface Enumeration