ORDER.java

public interface ORDER {
   // 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 o);
}


On to FUNCTION.java Part of store
Hubert Baumeister
June 21, 1997

Imprint | Data Protection