org.apache.directory.server.core.partition.impl.btree.jdbm
Class DupsContainer<V>

java.lang.Object
  extended by org.apache.directory.server.core.partition.impl.btree.jdbm.DupsContainer<V>

public class DupsContainer<V>
extends java.lang.Object

A wrapper around duplicate key values. This class wraps either an AvlTree or a BTreeRedirect. The AvlTree and BTreeRedirect forms are used for the two value persistence mechanisms used to implement duplicate keys over JDBM btrees.

Version:
$Rev$
Author:
Apache Directory Project

Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



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