Return-Path: Delivered-To: apmail-incubator-harmony-commits-archive@www.apache.org Received: (qmail 19025 invoked from network); 18 Aug 2006 04:52:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Aug 2006 04:52:15 -0000 Received: (qmail 4590 invoked by uid 500); 18 Aug 2006 04:52:15 -0000 Delivered-To: apmail-incubator-harmony-commits-archive@incubator.apache.org Received: (qmail 4478 invoked by uid 500); 18 Aug 2006 04:52:15 -0000 Mailing-List: contact harmony-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-commits@incubator.apache.org Received: (qmail 4467 invoked by uid 99); 18 Aug 2006 04:52:15 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 21:52:15 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Aug 2006 21:52:14 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CC0E47142CF for ; Fri, 18 Aug 2006 04:49:16 +0000 (GMT) Message-ID: <11849380.1155876556833.JavaMail.jira@brutus> Date: Thu, 17 Aug 2006 21:49:16 -0700 (PDT) From: "spark shen (JIRA)" To: harmony-commits@incubator.apache.org Subject: [jira] Updated: (HARMONY-1220) [classlib][luni] new method java.util.EnumMap.get, java.util.EnumMap.putAll in java.util.EnumMap In-Reply-To: <12020205.1155876313933.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HARMONY-1220?page=all ] spark shen updated HARMONY-1220: -------------------------------- Attachment: Harmony-1220.diff This patch provides the implementation for java.util.EnumMap.get(Object) and java.util.EnumMap.putAll(Map), would you please try it? Best regards > [classlib][luni] new method java.util.EnumMap.get, java.util.EnumMap.putAll in java.util.EnumMap > ------------------------------------------------------------------------------------------------ > > Key: HARMONY-1220 > URL: http://issues.apache.org/jira/browse/HARMONY-1220 > Project: Harmony > Issue Type: New Feature > Components: Classlib > Reporter: spark shen > Attachments: Harmony-1220.diff > > > new methods > public V get(Object key) and > public void putAll(Map m) > in java.util.EnumMap but not implemented in Harmony(project luni). -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira