/** *

* A Java "native" Iterator. *

*

* Reference to a * java.util.Iterator object. *

* *

*

*
Copyright:
*
* Copyright © * Sun Microsystems, Inc. * All rights reserved. *
*
*

*/ interface Iterator:JavaObject { };