Uses of Interface
org.apache.jsieve.comparators.Comparator

Packages that use Comparator
org.apache.jsieve   
org.apache.jsieve.comparators   
 

Uses of Comparator in org.apache.jsieve
 

Methods in org.apache.jsieve that return Comparator
 Comparator ComparatorManager.getComparator(java.lang.String name)
          Gets a comparator by name.
 Comparator ComparatorManagerImpl.getComparator(java.lang.String name)
           Method newInstance answers an instance of the class to which a Comparator name is mapped.
 

Uses of Comparator in org.apache.jsieve.comparators
 

Classes in org.apache.jsieve.comparators that implement Comparator
 class 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".
 class AsciiNumeric
          Class AsciiNumeric implements the EQUALITY operation of the i;ascii-numeric comparator as defined by RFC2244, section 3.4.
 class 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.