IDebugExpressionView.IteratorEnumeration Class
com.bea.ide.debug
IDebugExpressionView.IteratorEnumeration Class
- public static class IDebugExpressionView.IteratorEnumeration
extends Object
implements Enumeration
Helper class that wraps an Iterator in an Enumeration
-
Hierarchy
-
Object
IDebugExpressionView.IteratorEnumeration
-
All Implemented Interfaces
-
Enumeration
-
Enclosing interface
-
IDebugExpressionView
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IDebugExpressionView.IteratorEnumeration
public IDebugExpressionView.IteratorEnumeration(Iterator
iterator)
- Constructor to create an IteratorEnumeration from an
Iterator
.
hasMoreElements() Method
public boolean hasMoreElements()
nextElement() Method
public Object
nextElement()