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

gutenberg.util.New Maven / Gradle / Ivy

package gutenberg.util;

import java.util.Stack;

/**
 * @author @aloyer
 */
public class New {
    public static  Stack newStack() {
        return new Stack();
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy