blueme.messenger.common
Class MsgComparator_OldRMS
java.lang.Object
blueme.messenger.common.MsgComparator_OldRMS
- All Implemented Interfaces:
- javax.microedition.rms.RecordComparator
public class MsgComparator_OldRMS
- extends java.lang.Object
- implements javax.microedition.rms.RecordComparator
NOTE: This is no longer in use, on it's way out..
Brukes for å sortere meldinger etter alder, med eldste først.
Benyttes av QSort.
Fields inherited from interface javax.microedition.rms.RecordComparator |
EQUIVALENT, FOLLOWS, PRECEDES |
Method Summary |
int |
compare(byte[] rec1,
byte[] rec2)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MsgComparator_OldRMS
public MsgComparator_OldRMS()
compare
public int compare(byte[] rec1,
byte[] rec2)
- Specified by:
compare
in interface javax.microedition.rms.RecordComparator