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

org.math.io.StringPrintable Maven / Gradle / Ivy

The newest version!
package org.math.io;

/**
 * BSD License
 * 
 * @author Yann RICHET
 */
public interface StringPrintable {
    public String getText();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy