Implement get(int index)
------------------------
Key: HAMA-21
URL: https://issues.apache.org/jira/browse/HAMA-21
Project: Hama
Issue Type: Improvement
Components: implementation
Reporter: Edward J. Yoon
Assignee: Edward J. Yoon
Fix For: 0.1.0
public double get(int index) {
return bytesToInt(this.cells.get(intToBytes(index)).getValue());
}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
