The Clone method of the IEnumRemoteField interface copies a pointer to the current position in the list to another enumerator object.
HRESULT Clone(IJavaEnumRemoteField **ppEnum)
[out] **ppEnum | Returns an enumerator object pointing to the fields in a class, method, or container representing the current position in the list of fields. |