[Felix Framework]

org.apache.felix.framework.util
Class IteratorToEnumeration

Object
  extended by org.apache.felix.framework.util.IteratorToEnumeration
All Implemented Interfaces:
Enumeration

public class IteratorToEnumeration
extends Object
implements Enumeration


Constructor Summary
IteratorToEnumeration(Iterator iter)
           
 
Method Summary
 boolean hasMoreElements()
           
 Object nextElement()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IteratorToEnumeration

public IteratorToEnumeration(Iterator iter)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface Enumeration

nextElement

public Object nextElement()
Specified by:
nextElement in interface Enumeration

[Felix Framework]