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

com.googlecode.d2j.util.Out Maven / Gradle / Ivy

There is a newer version: 2.25.11
Show newest version
package com.googlecode.d2j.util;

public interface Out {
    void push();

    void s(String s);

    void s(String format, Object... arg);

    void pop();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy