IDebugExpressionView.ArrayEnumeration Class
com.bea.ide.debug
IDebugExpressionView.ArrayEnumeration Class
- public static class IDebugExpressionView.ArrayEnumeration
extends Object
implements Enumeration
Helper class that wraps an array in an Enumeration
-
Hierarchy
-
Object
IDebugExpressionView.ArrayEnumeration
-
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.ArrayEnumeration
public IDebugExpressionView.ArrayEnumeration(Object
[] array)
- Constructor to create an ArrayEnumeration from an array of
Object
s
hasMoreElements() Method
public boolean hasMoreElements()
nextElement() Method
public Object
nextElement()