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

Constructor Summary

IDebugExpressionView.ArrayEnumeration(Object array)

Constructor to create an ArrayEnumeration from an array of Objects
 

Method Summary

public boolean
hasMoreElements()
public Object
nextElement()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface java.util.Enumeration
hasMoreElements, nextElement
 

Constructor Detail

IDebugExpressionView.ArrayEnumeration

public IDebugExpressionView.ArrayEnumeration(Object[] array)
Constructor to create an ArrayEnumeration from an array of Objects
 

Method Detail

hasMoreElements() Method

public boolean hasMoreElements()

nextElement() Method

public Object nextElement()