Package org.opennms.netmgt.config
Class SpecificComparator
- java.lang.Object
-
- org.opennms.netmgt.config.SpecificComparator
-
- All Implemented Interfaces:
Serializable
,Comparator<String>
public class SpecificComparator extends Object implements Comparator<String>, Serializable
This class is used to compare Specific object from the config SNMP package.- Author:
- David Hustace
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SpecificComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(String spec1, String spec2)
returns the difference of spec1 - spec2-
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
-
-