org.apache.jsieve.comparators
Interface Equals

All Known Subinterfaces:
Comparator
All Known Implementing Classes:
AsciiCasemap, AsciiNumeric, Octet

public interface Equals

Interface Equals defines the method signatures for equals comparators.


Method Summary
 boolean equals(java.lang.String string1, java.lang.String string2)
          Method equals answers a boolean indicating if parameter string1 is equal to parameter string2 using the comparison rules defind by the implementation.
 

Method Detail

equals

boolean equals(java.lang.String string1,
               java.lang.String string2)
Method equals answers a boolean indicating if parameter string1 is equal to parameter string2 using the comparison rules defind by the implementation.

Parameters:
string1 -
string2 -
Returns:
boolean


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.