christophedelory.betty.model.rank
Class RankComparator
java.lang.Object
christophedelory.betty.model.rank.RankComparator
- All Implemented Interfaces:
- Comparator<PlayerRank>
public class RankComparator
- extends Object
- implements Comparator<PlayerRank>
A player rank comparison function.
- Version:
- $Revision$
- Author:
- Christophe Delory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RankComparator
public RankComparator()
compare
public int compare(PlayerRank o1,
PlayerRank o2)
- Specified by:
compare
in interface Comparator<PlayerRank>
Copyright © 2008-2009 Christophe Delory. All Rights Reserved.