Package org.pdf4j.saxon.sort

Examples of org.pdf4j.saxon.sort.NamedCollation


     * @param comparator The Java Comparator used to implement the collating sequence
     * @since 8.4.
     */

    public void declareCollation(String name, Comparator comparator) {
        declareCollation(name, new NamedCollation(name, comparator));
    }
View Full Code Here

TOP

Related Classes of org.pdf4j.saxon.sort.NamedCollation

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.