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

ru.curs.celesta.score.HasColumns Maven / Gradle / Ivy

The newest version!
package ru.curs.celesta.score;

import java.util.Map;

public interface HasColumns {
    /**
     * List of columns with names.
     */
    Map> getColumns();

    /**
     * Column index in the list of columns.
     *
     * @param name  column name.
     */
    int getColumnIndex(String name);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy