blueme.messenger.common
Class UserListFriendComp

java.lang.Object
  extended by blueme.messenger.common.UserListFriendComp
All Implemented Interfaces:
iQSortComp

public class UserListFriendComp
extends java.lang.Object
implements iQSortComp

Used to sort the buddylist based on "Friend" first.. Used by QSort..


Constructor Summary
UserListFriendComp()
           
 
Method Summary
 boolean le(java.lang.Object obj1, java.lang.Object obj2)
          Returns "true" if obj1 <= obj2.
 void OldFirst(boolean oldFirst)
          If set to "true", the "oldest" objects will come first.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserListFriendComp

public UserListFriendComp()
Method Detail

OldFirst

public void OldFirst(boolean oldFirst)
Description copied from interface: iQSortComp
If set to "true", the "oldest" objects will come first.

Specified by:
OldFirst in interface iQSortComp

le

public boolean le(java.lang.Object obj1,
                  java.lang.Object obj2)
Description copied from interface: iQSortComp
Returns "true" if obj1 <= obj2.

Specified by:
le in interface iQSortComp