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

gsrs.legacy.GsrsSuggestResult Maven / Gradle / Ivy

The newest version!
package gsrs.legacy;

public interface GsrsSuggestResult {
    CharSequence getKey();

    CharSequence getHighlight();

    Long getWeight();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy