blueme.messenger.common
Interface iQSortComp

All Known Implementing Classes:
MsgTimeSort, ObjectNullSort, UserListFriendComp, UserListNickSort, UserListTimeComp

public interface iQSortComp

Interface for QSort comparators


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.
 

Method Detail

le

boolean le(java.lang.Object obj1,
           java.lang.Object obj2)
Returns "true" if obj1 <= obj2.


OldFirst

void OldFirst(boolean oldFirst)
If set to "true", the "oldest" objects will come first.