com.ibm.xcap.client
Class IteratorEnumeration

java.lang.Object
  extended by com.ibm.xcap.client.IteratorEnumeration
All Implemented Interfaces:
java.util.Enumeration

public class IteratorEnumeration
extends java.lang.Object
implements java.util.Enumeration


Field Summary
static java.lang.String CLASSNAME
          Classname
static java.util.logging.Logger LOGGER
          Logger for this class
 
Constructor Summary
IteratorEnumeration(java.util.Iterator it)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASSNAME

public static final java.lang.String CLASSNAME
Classname


LOGGER

public static final java.util.logging.Logger LOGGER
Logger for this class

Constructor Detail

IteratorEnumeration

public IteratorEnumeration(java.util.Iterator it)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
Specified by:
nextElement in interface java.util.Enumeration