java.lang.Objectcom.realtime.crossfire.jxclient.spells.SpellComparator
public class SpellComparator
A Comparator to compare Spell instances by spell path and
 name.
| Field Summary | |
|---|---|
private static long | 
serialVersionUID
The serial version UID.  | 
| Constructor Summary | |
|---|---|
SpellComparator()
 | 
|
| Method Summary | |
|---|---|
 int | 
compare(Spell o1,
        Spell o2)
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Methods inherited from interface java.util.Comparator | 
|---|
equals | 
| Field Detail | 
|---|
private static final long serialVersionUID
| Constructor Detail | 
|---|
public SpellComparator()
| Method Detail | 
|---|
public int compare(@NotNull
                   Spell o1,
                   @NotNull
                   Spell o2)
compare in interface java.util.Comparator<Spell>