public class SpellComparator extends java.lang.Object implements java.util.Comparator<Spell>, java.io.Serializable
Comparator
to compare Spell
instances by spell path and
name.Constructor and Description |
---|
SpellComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(@NotNull Spell o1,
@NotNull Spell o2) |