Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6C54E109CE for ; Thu, 17 Oct 2013 18:22:29 +0000 (UTC) Received: (qmail 62992 invoked by uid 500); 17 Oct 2013 18:22:28 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 62623 invoked by uid 500); 17 Oct 2013 18:22:28 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 62607 invoked by uid 99); 17 Oct 2013 18:22:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Oct 2013 18:22:27 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,T_HK_NAME_DR X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of arminwegner@googlemail.com designates 209.85.212.172 as permitted sender) Received: from [209.85.212.172] (HELO mail-wi0-f172.google.com) (209.85.212.172) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Oct 2013 18:22:23 +0000 Received: by mail-wi0-f172.google.com with SMTP id ez12so5388303wid.11 for ; Thu, 17 Oct 2013 11:22:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=xvMAhqpLO8HPgLQ+w7TJd27ssp9O+PSo90CFqcdaMWU=; b=nh205zLX45/qYFXAHMlk/pBbwTVyaq7dvMqMkzSj6mkNhDq4AVtp10Y9amdZKhivoH heFPCp+ppQbYAoh/32ePIAW9sb5Zef0xRQJ9bl6ZZ08Wpcm4T4wPxHxlG9is95L4SWjo SKfGcGBiw5eXllp3FSNimQWg9qJfVnEui+Q4XxyO/kQgrIsntZs/aC1RTr/YiFqO88ns NqjixLPFcIeTFz3V9uPRMEMO1ScQKE03RYjE/3aIkTophjlaJox1Tws5/vkMxAfZXJPW mINrW8XlRv/vHgvP1aETHOaif2JJQHCoSOED7FBR3yHULed69ffP4k0pgfZ/TOHpOqw/ vRhQ== MIME-Version: 1.0 X-Received: by 10.194.81.8 with SMTP id v8mr3259378wjx.47.1382034121753; Thu, 17 Oct 2013 11:22:01 -0700 (PDT) Received: by 10.194.118.164 with HTTP; Thu, 17 Oct 2013 11:22:01 -0700 (PDT) In-Reply-To: <5006891C-9A3D-4C49-95D2-D1A49D0E3B0D@apache.org> References: <590790F0-F1CF-4730-B4DC-761A30EB83C2@utah.edu> <5006891C-9A3D-4C49-95D2-D1A49D0E3B0D@apache.org> Date: Thu, 17 Oct 2013 20:22:01 +0200 Message-ID: Subject: Re: HashMap as type feature From: "Dr. Armin Wegner" To: user@uima.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org Looks good, I will try it. Thank you, Armin On 10/17/13, Richard Eckart de Castilho wrote: > You could also use the entrySet which gives you all the key/value pairs. > > -- Richard > > On 17.10.2013, at 16:43, wrote: > >> Hi Thomas, >> >> thanks for your answer. Using HashMap, does the n-th element of keySet() >> always corresponds to the n-th element of values()? Is this a defined >> behavior in Java? >> >> Cheers, >> Armin > >