Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 47ACD8BBE for ; Fri, 9 Sep 2011 18:52:20 +0000 (UTC) Received: (qmail 69960 invoked by uid 500); 9 Sep 2011 18:52:19 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 69755 invoked by uid 500); 9 Sep 2011 18:52:19 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 69747 invoked by uid 99); 9 Sep 2011 18:52:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 18:52:18 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of paulus.benedictus@gmail.com designates 209.85.220.171 as permitted sender) Received: from [209.85.220.171] (HELO mail-vx0-f171.google.com) (209.85.220.171) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 09 Sep 2011 18:52:13 +0000 Received: by vxh15 with SMTP id 15so786856vxh.30 for ; Fri, 09 Sep 2011 11:51:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding; bh=ActPY47TLh9duWzNzMVP4ixRXMHNdaJa2jDXqpsw7kM=; b=fZWgQxzzEKMs1AWzEy1FLQU+FDvz3GkGOwrg17ZLLmSyxyLCNG+Zt5ge5FC+a9dYlS wBL+f+MY0K/+2htWv92kl/QdQcEm9DTStxnpTqEFExulp0k9RPXkMu/xPTODQpsyu6aV guBkFtUTFYctPZatToCnaAkpXYHcTGtLU+xSw= MIME-Version: 1.0 Received: by 10.52.177.7 with SMTP id cm7mr74977vdc.37.1315594312548; Fri, 09 Sep 2011 11:51:52 -0700 (PDT) Sender: paulus.benedictus@gmail.com Received: by 10.220.186.66 with HTTP; Fri, 9 Sep 2011 11:51:52 -0700 (PDT) In-Reply-To: References: <4E63D1F5.7020602@fastmail.fm> <4E6431EA.1040302@fastmail.fm> Date: Fri, 9 Sep 2011 13:51:52 -0500 X-Google-Sender-Auth: WnsNJ09KZcGYCM-OwWNoqN5kOFg Message-ID: Subject: Re: [chain][v2] clever context From: Paul Benedict To: Commons Developers List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Fri, Sep 9, 2011 at 1:47 PM, Elijah Zupancic wrot= e: > Thanks for your comments Nail. > > I think that I've come around to see your point after sleeping on it. > What do you think about this: > > Context.java - would be defined as so: > > public interface Context extends Map<= K, V> Isn't that identical to? public interface Context extends Map > Then ContextBase.java would be defined like so: > > public class ContextBase extends ConcurrentHashMap > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0implements Context { Paul --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org