org.apache.felix.framework.util
Class IteratorToEnumeration

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

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


Constructor Summary
IteratorToEnumeration(java.util.Iterator iter)
           
 
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
 

Constructor Detail

IteratorToEnumeration

public IteratorToEnumeration(java.util.Iterator iter)
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


Copyright © 2010. All Rights Reserved.