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
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.