Java Debug Interface

com.sun.jdi.event
Interface EventIterator

All Superinterfaces:
Iterator<Event>

public interface EventIterator
extends Iterator<Event>

EventIterators are unmodifiable.

Since:
1.3
See Also:
Event, EventSet, Set.iterator()

Method Summary
 Event nextEvent()
           
 
Methods inherited from interface java.util.Iterator
hasNext, next, remove
 

Method Detail

nextEvent

Event nextEvent()
Returns:
The next Event in an EventSet.

Java Debug Interface

Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.