blueme.messenger.common
Class QSort

java.lang.Object
  extended by blueme.messenger.common.QSort

public class QSort
extends java.lang.Object

Normal QSort function, used in different places.. Read more about QSort here: http://en.wikipedia.org/wiki/Qsort


Constructor Summary
QSort()
           
 
Method Summary
 void sort(java.lang.Object[] obj, iQSortComp comp)
          Sort the object array based on the comparator.
 void sort(java.lang.Object[] obj, iQSortComp comp, int lo0, int hi0)
          Sort the object array within the given limits, based on the comparator.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QSort

public QSort()
Method Detail

sort

public void sort(java.lang.Object[] obj,
                 iQSortComp comp)
Sort the object array based on the comparator.


sort

public void sort(java.lang.Object[] obj,
                 iQSortComp comp,
                 int lo0,
                 int hi0)
Sort the object array within the given limits, based on the comparator.