org.semanticweb.utilities
Class DoubleComparator

java.lang.Object
  extended byorg.semanticweb.utilities.DoubleComparator
All Implemented Interfaces:
Comparator

public class DoubleComparator
extends java.lang.Object
implements Comparator

Title: Triple Description: RDF Query and Inference Language Copyright: Copyright (c) 2001 Company: Stanford University

Version:
1.0
Author:
Stefan Decker

Constructor Summary
DoubleComparator()
           
 
Method Summary
 int compare(java.lang.Object fst, java.lang.Object snd)
          Description of the Method
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleComparator

public DoubleComparator()
Method Detail

compare

public int compare(java.lang.Object fst,
                   java.lang.Object snd)
Description of the Method

Specified by:
compare in interface Comparator
Parameters:
fst - Description of the Parameter
snd - Description of the Parameter
Returns:
Description of the Return Value