Uses of Interface
org.jrdf.graph.TripleComparator

Packages that use TripleComparator
org.jrdf.graph.mem This package is an implementation of the JRDF Graph API. 
 

Uses of TripleComparator in org.jrdf.graph.mem
 

Classes in org.jrdf.graph.mem that implement TripleComparator
 class TripleComparatorImpl
          Provides a comparison between triples using a NodeComparator and the order of the nodes Subject, Predicate and Object.