Uses of Interface
org.apache.directory.server.core.partition.impl.btree.TupleComparator

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

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

Classes in org.apache.directory.server.core.partition.impl.btree that implement TupleComparator
 class DefaultTupleComparator<K,V>
          The default implementation of a pair of comparators which compares both keys and values of a Tuple.
 class ForwardIndexComparator<K>
          TupleComparator for index records.
 class KeyOnlyComparator<K,V>
          A TupleComparator that compares keys only.
 class ReverseIndexComparator<V>
          TupleComparator for index records.
 



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