All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.khelekore.prtree.NodeComparators Maven / Gradle / Ivy

There is a newer version: 1.11
Show newest version
package org.khelekore.prtree;

import java.util.Comparator;

interface NodeComparators {
    /** Get a comparator for the given axis
     * @param axis the axis that the comparator will use
     * @return the comparator
     */
    Comparator getMinComparator (int axis);

    /** Get a comparator for the given axis
     * @param axis the axis that the comparator will use
     * @return the comparator
     */
    Comparator getMaxComparator (int axis);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy