Return-Path: X-Original-To: apmail-commons-issues-archive@minotaur.apache.org Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 68F5290B5 for ; Mon, 2 Jul 2012 12:46:26 +0000 (UTC) Received: (qmail 88910 invoked by uid 500); 2 Jul 2012 12:46:26 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 88499 invoked by uid 500); 2 Jul 2012 12:46:23 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 88469 invoked by uid 99); 2 Jul 2012 12:46:22 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Jul 2012 12:46:22 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 8847414052D for ; Mon, 2 Jul 2012 12:46:22 +0000 (UTC) Date: Mon, 2 Jul 2012 12:46:21 +0000 (UTC) From: "Gilles (JIRA)" To: issues@commons.apache.org Message-ID: <659272452.296.1341233182560.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (MATH-810) Adding accessors to the "Pair" class (package "o.a.c.m.util") MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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