[ 
https://issues.apache.org/jira/browse/HAMA-49?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Edward J. Yoon updated HAMA-49:
-------------------------------

    Attachment: HAMA-49.patch

Submit my patch.

> Iterator should be provided for Vector using iterator() method
> --------------------------------------------------------------
>
>                 Key: HAMA-49
>                 URL: https://issues.apache.org/jira/browse/HAMA-49
>             Project: Hama
>          Issue Type: New Feature
>          Components: implementation, interface
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.1.0
>
>         Attachments: HAMA-49.patch
>
>
> Iterator should be provided for Vector using iterator() method. 
> Vector v = new Vector();
> Iterator it = v.iterator();
> while(it.hasNext()) {
>  ..
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to