org.kuali.rice.kns.web.comparator
Class KeyLabelComparator

java.lang.Object
  extended by org.kuali.rice.kns.web.comparator.KeyLabelComparator
All Implemented Interfaces:
Serializable, Comparator

public class KeyLabelComparator
extends Object
implements Serializable, Comparator

See Also:
Serialized Form

Field Summary
private static KeyLabelComparator theInstance
           
 
Constructor Summary
KeyLabelComparator()
           
 
Method Summary
 int compare(Object o1, Object o2)
           
static KeyLabelComparator 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
 

Field Detail

theInstance

private static final KeyLabelComparator theInstance
Constructor Detail

KeyLabelComparator

public KeyLabelComparator()
Method Detail

getInstance

public static KeyLabelComparator getInstance()

compare

public int compare(Object o1,
                   Object o2)
Specified by:
compare in interface Comparator


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