COMPARER.java

public interface COMPARER {

   // compare is supposed to return -1 if o1 is smaller than o2, 1 
   // if greater and 0 if neither one is smaller. This may mean equality but
   // also not comparable.

   int compare(Object o1, Object o2);

}


On to EmptyStoreException.java Part of Priority Queues mit Java
Andreas Podelski, Abdelwaheb Ayari, Hubert Baumeister
February 25, 1997

Imprint | Data Protection