public class EnumerationAdapter<T> extends Object implements Enumeration<T>
Enumeration
containing all the items in a Collection
Constructor and Description |
---|
EnumerationAdapter(Collection<T> items) |
public EnumerationAdapter(Collection<T> items)
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration<T>
public T nextElement()
nextElement
in interface Enumeration<T>
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.