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

Constructor Summary

IDebugExpressionView.IteratorEnumeration(Iterator iterator)

Constructor to create an IteratorEnumeration from an Iterator.
 

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.IteratorEnumeration

public IDebugExpressionView.IteratorEnumeration(Iterator iterator)
Constructor to create an IteratorEnumeration from an Iterator.
 

Method Detail

hasMoreElements() Method

public boolean hasMoreElements()

nextElement() Method

public Object nextElement()