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

com.mozafaq.extmergesort.SortAware Maven / Gradle / Ivy

There is a newer version: 2.0.4.RELEASE
Show newest version
package com.mozafaq.extmergesort;

import java.util.Comparator;

/**
 * @author Mozaffar Afaque
 */
public interface SortAware {
    RecordWriter recordWriter();
    RecordReader recordReader();
    Comparator recordComparator();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy