The IJavaEnumRemoteProcess interface contains the following methods:
Clone creates a copy of the enumerator, including the enumerator’s current position in its list of elements.
GetNext retrieves the next element from the enumerator’s list.
Next retrieves the next specified number of elements from the enumerator’s list.
Reset resets the enumerator’s current position in its list of elements to the first element in the list.
Skip moves the enumerator’s current position ahead in its list of elements by the given number of elements.