[
https://issues.apache.org/jira/browse/ACCUMULO-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13938729#comment-13938729
]
ASF subversion and git services commented on ACCUMULO-2477:
-----------------------------------------------------------
Commit b7fe94c02e74f640fe1ba8b5e71439a189636b42 in accumulo's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=b7fe94c ]
ACCUMULO-2477 Replace our implemenations of Entry
Our uses of Map.Entry can defer to SimpleImmutableEntry. We should use
that instead of maintaining our own version.
> Consolidate implementations of Map.Entry
> ----------------------------------------
>
> Key: ACCUMULO-2477
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2477
> Project: Accumulo
> Issue Type: Improvement
> Components: client, examples, tserver
> Reporter: Mike Drob
> Assignee: Mike Drob
> Fix For: 1.7.0
>
>
> We have a bunch of places where we re-implement {{Map.Entry<Key,Value>}}.
> Really, these should all be a single implementation, or better yet, use an
> existing implementation from some known library (oracle/commons/guava).
--
This message was sent by Atlassian JIRA
(v6.2#6252)