org.mule.module.launcher.application
Class EnumerationAdapter<T>
java.lang.Object
org.mule.module.launcher.application.EnumerationAdapter<T>
- All Implemented Interfaces:
- Enumeration<T>
public class EnumerationAdapter<T>
- extends Object
- implements Enumeration<T>
Creates an Enumeration containing all the items in a Collection
EnumerationAdapter
public EnumerationAdapter(Collection<T> items)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration<T>
nextElement
public T nextElement()
- Specified by:
nextElement in interface Enumeration<T>
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2003-2013 MuleSoft, Inc.. All Rights Reserved.