Uses of Interface
blueme.messenger.common.iQSortComp

Packages that use iQSortComp
blueme.messenger.common   
 

Uses of iQSortComp in blueme.messenger.common
 

Classes in blueme.messenger.common that implement iQSortComp
 class MsgTimeSort
          Used by QSort to sort messages on time..
 class ObjectNullSort
          Separate non existing objects from existing objects..
 class UserListFriendComp
          Used to sort the buddylist based on "Friend" first..
 class UserListNickSort
          Used to sort the userlist alphabetical.
 class UserListTimeComp
          Sorts the buddylist based on when each user was last in use.
 

Methods in blueme.messenger.common with parameters of type iQSortComp
 void QSort.sort(java.lang.Object[] obj, iQSortComp comp)
          Sort the object array based on the comparator.
 void QSort.sort(java.lang.Object[] obj, iQSortComp comp, int lo0, int hi0)
          Sort the object array within the given limits, based on the comparator.