jade.util.leap
Interface Iterator

All Superinterfaces:
java.util.Iterator
All Known Implementing Classes:
EmptyIterator, EnumIterator

public interface Iterator
extends java.util.Iterator

The LEAP (environment-dependent) version of the &qote;java.util.Iterator&qote; interface. This interface appears to be exactly the same in J2SE, PJAVA and MIDP. The internal implementation is different in the three cases however.

Version:
1.0, 29/09/00
Author:
Nicolas Lhuillier
See Also:
Iterator

Methods inherited from interface java.util.Iterator
hasNext, next, remove
 



JADE