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

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

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

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

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

Constructors in org.apache.directory.server.core.avltree with parameters of type ArrayTree
ArrayTreeCursor(ArrayTree<K> array)
          Create a cursor on an ArrayTree
 

Uses of ArrayTree 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 ArrayTree
 Marshaller<ArrayTree<V>> JdbmTable.getMarshaller()
           
 

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



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