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

com.heliorm.Index Maven / Gradle / Ivy

The newest version!
package com.heliorm;

import java.util.List;

public interface Index {

    List> getFields();

    boolean isUnique();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy