Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 67105 invoked from network); 11 Feb 2008 19:52:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2008 19:52:29 -0000 Received: (qmail 48306 invoked by uid 500); 11 Feb 2008 19:52:22 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 48257 invoked by uid 500); 11 Feb 2008 19:52:22 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 48246 invoked by uid 99); 11 Feb 2008 19:52:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 11:52:22 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Feb 2008 19:52:00 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 191B971406F for ; Mon, 11 Feb 2008 11:52:08 -0800 (PST) Message-ID: <31177322.1202759528100.JavaMail.jira@brutus> Date: Mon, 11 Feb 2008 11:52:08 -0800 (PST) From: "Kiran Ayyagari (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSERVER-1131) Creation of a doubly-linked list with the LinkedBinaryNodes of splay tree In-Reply-To: <19145421.1202759288089.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 [ https://issues.apache.org/jira/browse/DIRSERVER-1131?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran Ayyagari updated DIRSERVER-1131: -------------------------------------- Attachment: SplayTreeTest.java TestCase class for SplayTree. Currently contains test for checking the structure of doubly-linked list. > Creation of a doubly-linked list with the LinkedBinaryNodes of splay tree > ------------------------------------------------------------------------- > > Key: DIRSERVER-1131 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1131 > Project: Directory ApacheDS > Issue Type: Task > Components: core > Reporter: Kiran Ayyagari > Priority: Minor > Attachments: splaytree.patch, SplayTreeTest.java > > > Creation of a doubly-linked list with the LinkedBinaryNodes of SplayTree. This can be used to create a cursor on the nodes of splay tree present in the memory. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.