blueme.messenger.common
Class MsgComparator_OldRMS

java.lang.Object
  extended by 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.


Field Summary
 
Fields inherited from interface javax.microedition.rms.RecordComparator
EQUIVALENT, FOLLOWS, PRECEDES
 
Constructor Summary
MsgComparator_OldRMS()
           
 
Method Summary
 int compare(byte[] rec1, byte[] rec2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MsgComparator_OldRMS

public MsgComparator_OldRMS()
Method Detail

compare

public int compare(byte[] rec1,
                   byte[] rec2)
Specified by:
compare in interface javax.microedition.rms.RecordComparator