com.raritantechnologies.utils.comparators
Class IntegerLessThanEqualsComparator
java.lang.Object
com.raritantechnologies.utils.comparators.IntegerEqualsComparator
com.raritantechnologies.utils.comparators.IntegerLessThanEqualsComparator
- All Implemented Interfaces:
- java.util.Comparator, IComparator, IConfigurable
- public class IntegerLessThanEqualsComparator
- extends IntegerEqualsComparator
Configurable java.util.Comparator that performs a integer less than or equal to comparison.
XML Configuration Template:
<Comparator class="com.raritantechnologies.utils.comparators.IntegerLessThanEqualsComparator"
value="50" />
Developed by
Raritan Technologies Inc..
- Author:
- Ted Sullivan
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntegerLessThanEqualsComparator
public IntegerLessThanEqualsComparator()
IntegerLessThanEqualsComparator
public IntegerLessThanEqualsComparator(java.lang.String integerStr)
IntegerLessThanEqualsComparator
public IntegerLessThanEqualsComparator(java.lang.Integer integer)
equals
public boolean equals(java.lang.Object object)
- Specified by:
equals in interface java.util.Comparator- Overrides:
equals in class IntegerEqualsComparator
getConfigurationXML
public void getConfigurationXML(java.io.Writer writer)
throws java.io.IOException
- Overrides:
getConfigurationXML in class IntegerEqualsComparator
- Throws:
java.io.IOException
getConfigurationXML
public java.lang.String getConfigurationXML()
- Overrides:
getConfigurationXML in class IntegerEqualsComparator
getConfigurationXML
public java.lang.String getConfigurationXML(java.lang.String configurationTemplate)
- Overrides:
getConfigurationXML in class IntegerEqualsComparator