| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.tools.ant.types.selectors.modifiedselector.EqualComparator
public class EqualComparator
Simple implementation of Comparator for use in CacheSelector. compare() returns '0' (should not be selected) if both parameter are equal otherwise '1' (should be selected).
| Constructor Summary | |
|---|---|
| EqualComparator() | |
| Method Summary | |
|---|---|
|  int | compare(java.lang.Object o1,
        java.lang.Object o2)Implements Comparator.compare(). | 
|  java.lang.String | toString()Override Object.toString(). | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface java.util.Comparator | 
|---|
| equals | 
| Constructor Detail | 
|---|
public EqualComparator()
| Method Detail | 
|---|
public int compare(java.lang.Object o1,
                   java.lang.Object o2)
compare in interface java.util.Comparator<java.lang.Object>o1 - the first objecto2 - the second object
public java.lang.String toString()
toString in class java.lang.Object| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||