org.mmbase.util
Interface CompareInterface
- All Known Implementing Classes:
- CompareMessages, MMContainerCompare, MMObjectCompare, MMObjectDCompare, VotesCompareNumber, VotesComparePercentage, VotesCompareScaled, VotesCompareVote, XFileCompare, MultiColCompare, RowVectorCompare, SortableCompare, FileCompare, StringCompare, IntegerCompare, RawAudioDef, RawVideoDef
- public interface CompareInterface
Interface for comparing objects so trhey can get sorted.
Used by SortedVector.
- See Also:
SortedVector
|
Method Summary |
int |
compare(java.lang.Object thisone,
java.lang.Object other)
The compare function called by SortedVector to sort things |
compare
public int compare(java.lang.Object thisone,
java.lang.Object other)
- The compare function called by SortedVector to sort things
MMBase 2001