org.kuali.common.impex.model.util
Class NamedElementComparator

java.lang.Object
  extended by org.kuali.common.impex.model.util.NamedElementComparator
All Implemented Interfaces:
Comparator<NamedElement>

public class NamedElementComparator
extends Object
implements Comparator<NamedElement>


Constructor Summary
NamedElementComparator()
           
 
Method Summary
 int compare(NamedElement o1, NamedElement o2)
           
static NamedElementComparator getInstance()
           
 
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
 

Constructor Detail

NamedElementComparator

public NamedElementComparator()
Method Detail

getInstance

public static NamedElementComparator getInstance()

compare

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


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.