Package java.util
Interface Collection

Public Method iterator

abstract Iterator iterator()

_INSERT_METHOD_SIGNATURE_HERE_

Description:

Returns an iterator over the elements in this collection. There are no guarantees concerning the order in which the elements are returned unless this collection is an instance of some class that provieds a guarantee.