i3mclient.userlist
Class BuddyDataComparable

java.lang.Object
  |
  +--i3mclient.communication.BuddyData
        |
        +--i3mclient.userlist.BuddyDataComparable
All Implemented Interfaces:
Comparable, Serializable

public class BuddyDataComparable
extends BuddyData
implements Comparable

Comparable BuddyData

Author:
Henning Schaefer
See Also:
Serialized Form

Constructor Summary
BuddyDataComparable(BuddyData bd)
          Constructor.
 
Method Summary
 int compareTo(Object o)
          Compare this buddy data to another.
 
Methods inherited from class i3mclient.communication.BuddyData
equals, getDeserializer, getGroup, getNick, getSerializer, getStatus, getTypeDesc, getUserID, hashCode, setGroup, setNick, setStatus, setUserID
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuddyDataComparable

public BuddyDataComparable(BuddyData bd)
Constructor.

Parameters:
bd - The BuddyData which will be compared
Method Detail

compareTo

public int compareTo(Object o)
Compare this buddy data to another.

Specified by:
compareTo in interface Comparable
Parameters:
o - The other BuddyData which will be compared to this one