Registers a custom compare function. This method wraps the native ups_register_compare function.
(String name, CompareCallback cmp)
| 99 | * This method wraps the native ups_register_compare function. |
| 100 | */ |
| 101 | public static void registerCompare(String name, CompareCallback cmp) { |
| 102 | ups_register_compare(name, cmp); |
| 103 | } |
| 104 | |
| 105 | /** |
| 106 | * Constructor - creates a Database object |