Uses of Class
org.apache.directory.server.core.avltree.AvlTree

Packages that use AvlTree
org.apache.directory.server.core.avltree   
org.apache.directory.server.core.partition.impl.btree.jdbm   
 

Uses of AvlTree in org.apache.directory.server.core.avltree
 

Methods in org.apache.directory.server.core.avltree that return AvlTree
 AvlTree<E> AvlTreeMarshaller.deserialize(byte[] data)
          Creates an AVLTree from given bytes of data.
 

Methods in org.apache.directory.server.core.avltree with parameters of type AvlTree
 byte[] AvlTreeMarshaller.serialize(AvlTree<E> tree)
          Marshals the given tree to bytes
 

Constructors in org.apache.directory.server.core.avltree with parameters of type AvlTree
AvlTreeCursor(AvlTree<K> tree)
           
 

Uses of AvlTree in org.apache.directory.server.core.partition.impl.btree.jdbm
 

Methods in org.apache.directory.server.core.partition.impl.btree.jdbm that return types with arguments of type AvlTree
 Marshaller<AvlTree<V>> JdbmTable.getMarshaller()
           
 

Constructors in org.apache.directory.server.core.partition.impl.btree.jdbm with parameters of type AvlTree
KeyTupleAvlCursor(AvlTree<V> avlTree, K key)
          Creates a Cursor over the tuples of an AvlTree.
 



Copyright © 2003-2009 Apache Software Foundation. All Rights Reserved.