Package org.apache.jsieve.comparators

Interface Summary
Comparator Interface Comparator defines the method signatures for Sieve comparators.
ComparatorNames Interface ComparatorNames defines the String constants used to specify a COMPARATOR name.
Contains Interface Contains defines the method signatures for contains comparators.
Equals Interface Equals defines the method signatures for equals comparators.
Matches Interface Matches defines the method signatures for matches comparators.
MatchTypeTags Interface MatchTypeTags defines the String constants used to specify an MATCH-TYPE tag.
 

Class Summary
AsciiCasemap Class AsciiCasemap implements the EQUALITY operation of the i;ascii-casemap comparator as defined by RFC2244, section 3.4 - "With this function the values "hello" and "HELLO" have the same ordinal value and are considered equal".
AsciiNumeric Class AsciiNumeric implements the EQUALITY operation of the i;ascii-numeric comparator as defined by RFC2244, section 3.4.
ComparatorUtils Class ComparatorUtils implements utility methods used by Comparators.
Octet Class Octet implements the EQUALITY operation of the i;octet comparator as defined by RFC2244, section 3.4 - "For the equality function, two strings are equal if they are the same length and contain the same octets in the same order.
 



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