Package org.opennms.web.element
Class ServiceNameComparator
- java.lang.Object
-
- org.opennms.web.element.ServiceNameComparator
-
- All Implemented Interfaces:
Comparator<Service>
public class ServiceNameComparator extends Object implements Comparator<Service>
ServiceNameComparator class.
- Since:
- 1.8.1
- Version:
- $Id: $
- Author:
- DJ Gregor
-
-
Constructor Summary
Constructors Constructor Description ServiceNameComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(Service s1, Service s2)
compare-
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-