SMACK-428 add 'public int RosterEntry.hashCode()'

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/branches/smack_3_3_1@13662 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Florian Schmaus 2013-05-17 22:05:57 +00:00 committed by flow
parent 6eb4b39716
commit 18a603d932
1 changed files with 5 additions and 0 deletions

View File

@ -181,6 +181,11 @@ public class RosterEntry {
}
}
@Override
public int hashCode() {
return this.user.hashCode();
}
/**
* Indicates whether some other object is "equal to" this by comparing all members.
* <p>