package org.jaychang.corejava.review;
import java.util.LinkedList;
import java.util.List;
/**
*
*/
class Stack {