Gilles created MATH-810:
---------------------------

             Summary: 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
             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

        

Reply via email to