Uses of Interface
org.jrdf.graph.global.GroundedTripleComparatorFactory

Packages that use GroundedTripleComparatorFactory
org.jrdf.graph.global   
org.jrdf.util.bdb   
 

Uses of GroundedTripleComparatorFactory in org.jrdf.graph.global
 

Classes in org.jrdf.graph.global that implement GroundedTripleComparatorFactory
 class GroundedTripleComparatorFactoryImpl
           
 class ReverseGroundedTripleComparatorFactoryImpl
           
 

Uses of GroundedTripleComparatorFactory in org.jrdf.util.bdb
 

Constructors in org.jrdf.util.bdb with parameters of type GroundedTripleComparatorFactory
ByteTripleComparatorFactoryImpl(GroundedTripleComparatorFactory factory)