Interface Iterator

  • All Superinterfaces:
    Iterator
    All Known Subinterfaces:
    KBIterator
    All Known Implementing Classes:
    DBKB.EmptyKBIterator, EmptyIterator, EnumIterator

    public interface Iterator
    extends 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