Uses of Class
org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainer

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

Uses of DupsContainer 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 DupsContainer
 Tuple<K,DupsContainer<V>> DupsContainerCursor.get()
           
 

Methods in org.apache.directory.server.core.partition.impl.btree.jdbm with parameters of type DupsContainer
 void DupsContainerCursor.afterValue(K key, DupsContainer<V> value)
           
 void DupsContainerCursor.beforeValue(K key, DupsContainer<V> value)
           
 

Method parameters in org.apache.directory.server.core.partition.impl.btree.jdbm with type arguments of type DupsContainer
 void DupsContainerCursor.after(Tuple<K,DupsContainer<V>> element)
           
 void DupsContainerCursor.before(Tuple<K,DupsContainer<V>> element)
          Positions this Cursor before the key of the supplied tuple.
 



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