You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Luc Maisonobe (JIRA)" <ji...@apache.org> on 2012/07/02 18:19:22 UTC

[jira] [Commented] (MATH-810) Adding accessors to the "Pair" class (package "o.a.c.m.util")

    [ https://issues.apache.org/jira/browse/MATH-810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405100#comment-13405100 ] 

Luc Maisonobe commented on MATH-810:
------------------------------------

Big +1.
                
> Adding accessors to the "Pair" class (package "o.a.c.m.util")
> -------------------------------------------------------------
>
>                 Key: MATH-810
>                 URL: https://issues.apache.org/jira/browse/MATH-810
>             Project: Commons Math
>          Issue Type: Wish
>            Reporter: Gilles
>            Priority: Trivial
>              Labels: api-change
>             Fix For: 3.1
>
>
> I propose to add two accessors:
> {code}
> public K getFirst() {
>   return getKey();
> }
> {code}
> and
> {code}
> public V getSecond() {
>   return getValue();
> }
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira