[
https://issues.apache.org/jira/browse/DIRSERVER-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kiran Ayyagari updated DIRSERVER-1138:
--------------------------------------
Attachment: Marshaller.java
IntegerKeyMarshaller.java
AvlTreeMarshaller.java
Interface for marshalling/unmarshalling objects.
There are two implementations of this interface
1. IntegerKeyMarshaller.java - marshalls/unmarshalls the Integer objects
2. AvlTreeMarshaller.java - marshalls/unmarshalls an entire AVLTree
> AVL tree implementation
> -----------------------
>
> Key: DIRSERVER-1138
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1138
> Project: Directory ApacheDS
> Issue Type: Task
> Components: core
> Reporter: Kiran Ayyagari
> Assignee: Alex Karasulu
> Priority: Minor
> Attachments: avltree.patch, AvlTreeMarshaller.java,
> AvlTreeMarshallerTest.java, avltreetest.patch, IntegerKeyMarshaller.java,
> linkedavlnode.patch, Marshaller.java
>
>
> An implementation of AVL tree.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.