Documentation for this section has not yet been entered.
Returns an instance of Java.Util.IIterator that may be used to access the objects contained by this Collection. The order in which the elements are returned by the Java.Util.IIterator is not defined unless the instance of the Collection has a defined order. In that case, the elements are returned in that order.
In this class this method is declared abstract and has to be implemented by concrete Collection implementations.