org.opennms.web.element
Class ServiceNameComparator

java.lang.Object
  extended by org.opennms.web.element.ServiceNameComparator
All Implemented Interfaces:
Comparator<Service>

public class ServiceNameComparator
extends Object
implements Comparator<Service>

Author:
DJ Gregor

Constructor Summary
ServiceNameComparator()
           
 
Method Summary
 int compare(Service s1, Service s2)
           
 
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

ServiceNameComparator

public ServiceNameComparator()
Method Detail

compare

public int compare(Service s1,
                   Service s2)
Specified by:
compare in interface Comparator<Service>


Copyright © 2009. All Rights Reserved.