Return-Path: Delivered-To: apmail-incubator-jena-users-archive@minotaur.apache.org Received: (qmail 81864 invoked from network); 6 Feb 2011 20:44:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 Feb 2011 20:44:59 -0000 Received: (qmail 34391 invoked by uid 500); 6 Feb 2011 20:44:59 -0000 Delivered-To: apmail-incubator-jena-users-archive@incubator.apache.org Received: (qmail 34339 invoked by uid 500); 6 Feb 2011 20:44:58 -0000 Mailing-List: contact jena-users-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-users@incubator.apache.org Delivered-To: mailing list jena-users@incubator.apache.org Received: (qmail 34331 invoked by uid 99); 6 Feb 2011 20:44:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Feb 2011 20:44:58 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of bimargulies@gmail.com designates 209.85.214.175 as permitted sender) Received: from [209.85.214.175] (HELO mail-iw0-f175.google.com) (209.85.214.175) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Feb 2011 20:44:52 +0000 Received: by iwn8 with SMTP id 8so3976704iwn.6 for ; Sun, 06 Feb 2011 12:44:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:date:message-id:subject:from:to :content-type; bh=wrRypTpGHRxdaTd+VD65Sfx80sAUhmMcHbutVmQZtNE=; b=RX9Ux2FAKzhHUyz58XBmIpY+1Fxu0k8oNlT+pAD2HdrrecgD2xZnzhdzGtYgJINEGb We/wMG3mrVA5rs9Omewg5HnlXJkf8wJ3URbFNA3ZSbO6fvUpUOGUYIwnfz/Ieg37d5bk hOgGry1YfBV3nfUzTQUJdZAIpSGXsio6ajpp4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=QTCv3FFM0V6NohgiHjUaEXkKV3gNc7PtUpx63+yp7BAYD0pZkFMapoGcF9rjaIq1K4 ahJRe6+bku1oNPXR3vthXA8NM2yUuyUqzmATJZNSf8jZQYoEhCeJ8Qz3YBtknZt5LJBr wOPNtRTzZcWdXERYND1/r/AiRmxt6fEj+QeCI= MIME-Version: 1.0 Received: by 10.42.5.5 with SMTP id 5mr2497085icu.175.1297025071741; Sun, 06 Feb 2011 12:44:31 -0800 (PST) Received: by 10.42.229.201 with HTTP; Sun, 6 Feb 2011 12:44:31 -0800 (PST) Date: Sun, 6 Feb 2011 15:44:31 -0500 Message-ID: Subject: Dataset.listNames return type From: Benson Margulies To: jena-users@incubator.apache.org Content-Type: text/plain; charset=UTF-8 Dataset.listNames() in fact returns a NiceIterator, but is declared to return a plain iterator? Could we change that? I'm suffering from concurrent mod exceptions and I'd like to call toList without generic type casting pain.