com.opensymphony.user.adapter.weblogic
Class CollectionEnum

java.lang.Object
  extended bycom.opensymphony.user.adapter.weblogic.CollectionEnum
All Implemented Interfaces:
java.util.Enumeration

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

Creates an Enumeration wrapper around a Collection Created Mar 4, 2002 10:15:28 PM

Version:
1.0
Author:
Jason Carreira

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
 

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

See www.opensymphony.com for more information.