[
https://issues.apache.org/jira/browse/HAMA-21?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Edward J. Yoon resolved HAMA-21.
--------------------------------
Resolution: Fixed
This is a simple implementation, I just committed this.
> 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.