Crossfire JXClient, Trunk
com.realtime.crossfire.jxclient.spells.SpellComparator Class Reference

A Comparator to compare Spell instances by spell path and name. More...

+ Inheritance diagram for com.realtime.crossfire.jxclient.spells.SpellComparator:
+ Collaboration diagram for com.realtime.crossfire.jxclient.spells.SpellComparator:

Public Member Functions

int compare (@NotNull final Spell o1, @NotNull final Spell o2)
 

Static Private Attributes

static final long serialVersionUID = 1
 The serial version UID. More...
 

Detailed Description

A Comparator to compare Spell instances by spell path and name.

Author
Andreas Kirschbaum

Definition at line 34 of file SpellComparator.java.

Member Function Documentation

◆ compare()

int com.realtime.crossfire.jxclient.spells.SpellComparator.compare ( @NotNull final Spell  o1,
@NotNull final Spell  o2 
)

Definition at line 42 of file SpellComparator.java.

Member Data Documentation

◆ serialVersionUID

final long com.realtime.crossfire.jxclient.spells.SpellComparator.serialVersionUID = 1
staticprivate

The serial version UID.

Definition at line 39 of file SpellComparator.java.


The documentation for this class was generated from the following file: