org.mycore.datamodel.classifications2.utils
Class MCREditorItemComparator

java.lang.Object
  extended by org.mycore.datamodel.classifications2.utils.MCREditorItemComparator
All Implemented Interfaces:
Comparator<Element>

public class MCREditorItemComparator
extends Object
implements Comparator<Element>


Field Summary
static MCREditorItemComparator CURRENT_LANG_TEXT_ORDER
           
 
Method Summary
 int compare(Element o1, Element 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

CURRENT_LANG_TEXT_ORDER

public static final MCREditorItemComparator CURRENT_LANG_TEXT_ORDER
Method Detail

compare

public int compare(Element o1,
                   Element o2)
Specified by:
compare in interface Comparator<Element>