prompto.debug.stack.IStack Maven / Gradle / Ivy
The newest version!
package prompto.debug.stack;
import java.util.Collection;
public interface IStack extends Collection {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy