ariba.util.expr
Class IteratorEnumeration
java.lang.Object
ariba.util.expr.IteratorEnumeration
- All Implemented Interfaces:
- Enumeration
public class IteratorEnumeration
- extends Object
- implements Enumeration
Maps an Iterator to an Enumeration
- Author:
- Luke Blanshard (blanshlu@netscape.net), Drew Davidson (drew@ognl.org)
IteratorEnumeration
public IteratorEnumeration(Iterator it)
hasMoreElements
public boolean hasMoreElements()
- Specified by:
hasMoreElements in interface Enumeration
nextElement
public Object nextElement()
- Specified by:
nextElement in interface Enumeration
AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.