|  
 | 
 
 | |||||||||||||
| Interface Comparisonpublic interface Comparison
{
  // Methods
  public int compare(Object p, Object q);
}
This interface is designed for implementing comparisons of two objects (usually used in conjunction with a VectorSort or ArraySort object). Methodscomparepublic int compare(Object p, Object q); 
 | 
|  | © 1998 Microsoft Corporation. All rights reserved. Terms of use. |