org.exoplatform.commons.utils
Class ExoEnumeration

java.lang.Object
  extended by org.exoplatform.commons.utils.ExoEnumeration
All Implemented Interfaces:
java.util.Enumeration

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

Since:
Nov 9, 2003 4:01:29 PM
Author:
Ove Ranheim (oranheim@users.sourceforge.net)

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

ExoEnumeration

public ExoEnumeration(java.util.Iterator i)
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 eXo Platform SAS. All Rights Reserved.