|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ComparatorManagerImpl.getComparator(java.lang.String name)
Method newInstance answers an instance of the class to which a Comparator name is mapped. |
Comparator |
ComparatorManager.getComparator(java.lang.String name)
Method newInstance answers an instance of the class to which a Comparator name is mapped. |
abstract Comparator |
SieveContext.getComparator(java.lang.String name)
|
Comparator |
BaseSieveContext.getComparator(java.lang.String name)
|
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||