acolyte.Row Maven / Gradle / Ivy
package acolyte;
import java.util.List;
/**
* Row marker interface
*/
public interface Row {
/**
* Returns information for cell(s) of row.
* Each cell is decribed with a value (left) and an optional value (right).
*/
public List