org.apache.tools.ant.types.selectors.modifiedselector
public class EqualComparator extends Object implements Comparator
Since: Ant 1.6
Version: 2003-09-13
| Method Summary | |
|---|---|
| int | compare(Object o1, Object o2)
Implements Comparator.compare(). |
| String | toString()
Override Object.toString(). |
Parameters: o1 the first object o2 the second object
Returns: 0, if both are equal, otherwise 1
Returns: information about this comparator