Class SpellComparator
- java.lang.Object
-
- com.realtime.crossfire.jxclient.spells.SpellComparator
-
- All Implemented Interfaces:
java.io.Serializable,java.util.Comparator<Spell>
public class SpellComparator extends java.lang.Object implements java.util.Comparator<Spell>, java.io.Serializable
AComparatorto compareSpellinstances by spell path and name.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpellComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompare(@NotNull Spell o1, @NotNull Spell o2)
-