org.mmbase.util
Interface CompareInterface

All Known Implementing Classes:
IntegerCompare, MMContainerCompare, MMObjectCompare, MMObjectDCompare, MultiColCompare, SortableCompare, StringCompare

Deprecated. This is the same as java.util.Comparator

public interface CompareInterface

Interface for comparing objects so trhey can get sorted. Used by SortedVector.

Version:
$Id: CompareInterface.java,v 1.6 2004/09/29 14:29:23 pierre Exp $
See Also:
SortedVector

Method Summary
 int compare(Object thisone, Object other)
          Deprecated. The compare function called by SortedVector to sort things
 

Method Detail

compare

public int compare(Object thisone,
                   Object other)
Deprecated. 
The compare function called by SortedVector to sort things



MMBase build 1.8.1.20060716