com.googlecode.d2j.util.Out Maven / Gradle / Ivy
The 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